Searched defs:ioremap_cache (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/arch/arm64/include/asm/ |
A D | io.h | 165 #define ioremap_cache ioremap_cache macro 166 static inline void __iomem *ioremap_cache(phys_addr_t addr, size_t size) in ioremap_cache() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | io.h | 249 static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size) in ioremap_cache() function 254 #define ioremap_cache ioremap_cache macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | io.h | 60 #define ioremap_cache(offset, size) \ macro
|
/linux-6.3-rc2/kernel/ |
A D | iomem.c | 9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache() function
|
/linux-6.3-rc2/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-6.3-rc2/arch/arm/mm/ |
A D | nommu.c | 221 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
|
A D | ioremap.c | 374 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | io.h | 179 #define ioremap_cache ioremap_cache macro
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | ioremap.c | 429 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | io.h | 189 #define ioremap_cache(offset, size) \ macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | io.h | 375 #define ioremap_cache ioremap_cache macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | io.h | 874 #define ioremap_cache(addr, size) \ macro
|
Completed in 21 milliseconds