Home
last modified time | relevance | path

Searched defs:ioremap_cache (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/xtensa/include/asm/
Dio.h45 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function
54 #define ioremap_cache ioremap_cache macro
/Linux-v4.19/arch/arm64/mm/
Dioremap.c96 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) in ioremap_cache() function
/Linux-v4.19/kernel/
Diomem.c9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache() function
/Linux-v4.19/arch/sh/include/asm/
Dio.h342 ioremap_cache(phys_addr_t offset, unsigned long size) in ioremap_cache() function
346 #define ioremap_cache ioremap_cache macro
/Linux-v4.19/arch/ia64/include/asm/
Dio.h434 static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size) in ioremap_cache() function
440 #define ioremap_cache ioremap_cache macro
/Linux-v4.19/arch/x86/include/asm/
Dio.h192 #define ioremap_cache ioremap_cache macro
/Linux-v4.19/arch/x86/mm/
Dioremap.c365 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function
/Linux-v4.19/arch/mips/include/asm/
Dio.h280 #define ioremap_cache ioremap_cachable macro
/Linux-v4.19/arch/arm/include/asm/
Dio.h408 #define ioremap_cache ioremap_cache macro
/Linux-v4.19/arch/powerpc/include/asm/
Dio.h772 #define ioremap_cache(addr, size) \ macro