Searched defs:ioremap_cache (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | io.h | 44 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function 53 #define ioremap_cache ioremap_cache macro
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | ioremap.c | 85 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) in ioremap_cache() function
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | io.h | 261 static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size) in ioremap_cache() function 266 #define ioremap_cache ioremap_cache macro
|
/kernel/linux/linux-5.10/kernel/ |
D | iomem.c | 9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache() function
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | io.h | 257 ioremap_cache(phys_addr_t offset, unsigned long size) in ioremap_cache() function 262 #define ioremap_cache ioremap_cache macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | nommu.c | 227 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
|
D | ioremap.c | 369 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | io.h | 186 #define ioremap_cache ioremap_cache macro
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | ioremap.c | 423 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | io.h | 186 #define ioremap_cache(offset, size) \ macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | io.h | 392 #define ioremap_cache ioremap_cache macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | io.h | 736 #define ioremap_cache(addr, size) \ macro
|