Searched defs:ioremap_cache (Results 1 – 12 of 12) sorted by relevance
/linux/arch/xtensa/include/asm/ |
A D | io.h | 44 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function 53 #define ioremap_cache ioremap_cache macro
|
/linux/arch/arm64/mm/ |
A D | ioremap.c | 84 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) in ioremap_cache() function
|
/linux/arch/ia64/include/asm/ |
A 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
|
/linux/kernel/ |
A D | iomem.c | 9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache() function
|
/linux/arch/sh/include/asm/ |
A D | io.h | 257 ioremap_cache(phys_addr_t offset, unsigned long size) in ioremap_cache() function 262 #define ioremap_cache ioremap_cache macro
|
/linux/arch/arm/mm/ |
A D | nommu.c | 202 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
|
A D | ioremap.c | 370 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
|
/linux/arch/x86/include/asm/ |
A D | io.h | 186 #define ioremap_cache ioremap_cache macro
|
/linux/arch/x86/mm/ |
A D | ioremap.c | 417 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function
|
/linux/arch/mips/include/asm/ |
A D | io.h | 198 #define ioremap_cache(offset, size) \ macro
|
/linux/arch/arm/include/asm/ |
A D | io.h | 393 #define ioremap_cache ioremap_cache macro
|
/linux/arch/powerpc/include/asm/ |
A D | io.h | 853 #define ioremap_cache(addr, size) \ macro
|
Completed in 17 milliseconds