Searched defs:__ioremap (Results 1 – 10 of 10) sorted by relevance
/arch/parisc/mm/ |
D | ioremap.c | 28 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
|
/arch/csky/mm/ |
D | ioremap.c | 40 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
|
/arch/arm64/mm/ |
D | ioremap.c | 66 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
|
/arch/m68k/mm/ |
D | sun3kmap.c | 112 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap() function
|
D | kmap.c | 107 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() function
|
/arch/nios2/mm/ |
D | ioremap.c | 115 void __iomem *__ioremap(unsigned long phys_addr, unsigned long size, in __ioremap() function
|
/arch/mips/mm/ |
D | ioremap.c | 132 void __iomem * __ioremap(phys_addr_t phys_addr, phys_addr_t size, unsigned long flags) in __ioremap() function
|
/arch/microblaze/mm/ |
D | pgtable.c | 47 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
|
/arch/sh/include/asm/ |
D | io.h | 273 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap() function 329 #define __ioremap(offset, size, prot) ((void __iomem *)(offset)) macro
|
/arch/alpha/include/asm/ |
D | io.h | 286 static inline void __iomem *__ioremap(unsigned long port, unsigned long size, in __ioremap() function
|