Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Diomap.h70 #define ioremap_wt ioremap_nocache macro
Dio.h817 #define ioremap_wt ioremap_wt macro
818 static inline void __iomem *ioremap_wt(phys_addr_t offset, size_t size) in ioremap_wt() function
/linux-4.4.14/arch/xtensa/include/asm/
Dio.h54 #define ioremap_wt ioremap_nocache macro
/linux-4.4.14/arch/nios2/include/asm/
Dio.h49 #define ioremap_wt ioremap_nocache macro
/linux-4.4.14/arch/s390/include/asm/
Dio.h32 #define ioremap_wt ioremap_nocache macro
/linux-4.4.14/arch/microblaze/include/asm/
Dio.h45 #define ioremap_wt(addr, size) ioremap((addr), (size)) macro
/linux-4.4.14/arch/metag/include/asm/
Dio.h163 #define ioremap_wt(offset, size) \ macro
/linux-4.4.14/arch/sparc/include/asm/
Dio_32.h132 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
Dio_64.h405 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/linux-4.4.14/arch/arc/include/asm/
Dio.h32 #define ioremap_wt(phy, sz) ioremap(phy, sz) macro
/linux-4.4.14/arch/x86/mm/
Dioremap.c306 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function
/linux-4.4.14/arch/arm64/include/asm/
Dio.h173 #define ioremap_wt(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE)) macro
/linux-4.4.14/arch/m32r/include/asm/
Dio.h71 #define ioremap_wt ioremap_nocache macro
/linux-4.4.14/arch/avr32/include/asm/
Dio.h299 #define ioremap_wt ioremap_nocache macro
/linux-4.4.14/arch/m68k/include/asm/
Dio_no.h158 static inline void *ioremap_wt(unsigned long physaddr, unsigned long size) in ioremap_wt() function
Dio_mm.h472 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
/linux-4.4.14/arch/arm/include/asm/
Dio.h400 #define ioremap_wt ioremap_wc macro
/linux-4.4.14/arch/mn10300/include/asm/
Dio.h285 #define ioremap_wt ioremap_nocache macro
/linux-4.4.14/arch/frv/include/asm/
Dio.h270 static inline void __iomem *ioremap_wt(unsigned long physaddr, unsigned long size) in ioremap_wt() function
/linux-4.4.14/arch/tile/include/asm/
Dio.h57 #define ioremap_wt(physaddr, size) ioremap(physaddr, size) macro