Searched defs:ioremap_wt (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dioremap_32.c9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) function
15 EXPORT_SYMBOL(ioremap_wt); variable
/linux-master/include/asm-generic/
H A Diomap.h101 #define ioremap_wt ioremap macro
H A Dio.h1073 #define ioremap_wt ioremap macro
/linux-master/arch/m68k/include/asm/
H A Dkmap.h28 #define ioremap_wt ioremap_wt macro
29 static inline void __iomem *ioremap_wt(unsigned long physaddr, function
/linux-master/arch/s390/include/asm/
H A Dio.h35 #define ioremap_wt(addr, size) \ macro
/linux-master/arch/x86/mm/
H A Dioremap.c420 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) function
425 EXPORT_SYMBOL(ioremap_wt); variable
/linux-master/arch/arm/include/asm/
H A Dio.h379 #define ioremap_wt ioremap_wc macro
/linux-master/arch/x86/include/asm/
H A Dio.h321 #define ioremap_wt ioremap_wt macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h427 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/linux-master/arch/powerpc/include/asm/
H A Dio.h893 #define ioremap_wt ioremap_wt macro

Completed in 257 milliseconds