Home
last modified time | relevance | path

Searched defs:ioremap_wt (Results 1 – 7 of 7) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dkmap.h28 #define ioremap_wt ioremap_wt macro
29 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
/linux/arch/powerpc/mm/
H A Dioremap_32.c9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) in ioremap_wt() function
/linux/include/asm-generic/
H A Diomap.h101 #define ioremap_wt ioremap macro
/linux/arch/s390/include/asm/
H A Dio.h37 #define ioremap_wt(addr, size) \ macro
/linux/arch/x86/mm/
H A Dioremap.c421 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function
/linux/arch/arm/include/asm/
H A Dio.h379 #define ioremap_wt ioremap_wc macro
/linux/arch/sparc/include/asm/
H A Dio_64.h427 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro