/Linux-v4.19/arch/parisc/mm/ |
D | ioremap.c | 28 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
|
/Linux-v4.19/arch/openrisc/mm/ |
D | ioremap.c | 42 __ioremap(phys_addr_t addr, unsigned long size, pgprot_t prot) in __ioremap() function
|
/Linux-v4.19/arch/arm64/mm/ |
D | ioremap.c | 76 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/nios2/mm/ |
D | ioremap.c | 115 void __iomem *__ioremap(unsigned long phys_addr, unsigned long size, in __ioremap() function
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/microblaze/mm/ |
D | pgtable.c | 51 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | io.h | 275 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap() function 331 #define __ioremap(offset, size, prot) ((void __iomem *)(offset)) macro
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable_64.c | 199 void __iomem * __ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
|
D | pgtable_32.c | 108 __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) in __ioremap() function
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 974 #define __ioremap __ioremap macro 975 static inline void __iomem *__ioremap(phys_addr_t offset, size_t size, in __ioremap() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | io.h | 291 static inline void __iomem *__ioremap(unsigned long port, unsigned long size, in __ioremap() function
|