Searched defs:ioremap_nocache (Results 1 - 31 of 31) sorted by relevance

/linux-4.1.27/arch/openrisc/include/asm/
H A Dio.h44 static inline void __iomem *ioremap_nocache(phys_addr_t offset, ioremap_nocache() function
/linux-4.1.27/arch/hexagon/mm/
H A Dioremap.c25 void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size) ioremap_nocache() function
/linux-4.1.27/arch/xtensa/include/asm/
H A Dio.h41 static inline void __iomem *ioremap_nocache(unsigned long offset, ioremap_nocache() function
/linux-4.1.27/arch/unicore32/include/asm/
H A Dio.h39 #define ioremap_nocache(cookie, size) __uc32_ioremap(cookie, size) macro
/linux-4.1.27/arch/cris/mm/
H A Dioremap.c79 void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size) ioremap_nocache() function
83 EXPORT_SYMBOL(ioremap_nocache); variable
/linux-4.1.27/arch/ia64/mm/
H A Dioremap.c105 ioremap_nocache (unsigned long phys_addr, unsigned long size) ioremap_nocache() function
112 EXPORT_SYMBOL(ioremap_nocache); variable
/linux-4.1.27/arch/arc/include/asm/
H A Dio.h21 #define ioremap_nocache(phy, sz) ioremap(phy, sz) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dio.h37 static inline void __iomem *ioremap_nocache(unsigned long physaddr, ioremap_nocache() function
/linux-4.1.27/arch/microblaze/include/asm/
H A Dio.h43 #define ioremap_nocache(addr, size) ioremap((addr), (size)) macro
/linux-4.1.27/arch/hexagon/kernel/
H A Dhexagon_ksyms.c36 EXPORT_SYMBOL(ioremap_nocache); variable
/linux-4.1.27/arch/sparc/include/asm/
H A Dio_32.h130 #define ioremap_nocache(X,Y) ioremap((X),(Y)) macro
H A Dio_64.h403 #define ioremap_nocache(X,Y) ioremap((X),(Y)) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dio.h30 #define ioremap_nocache(addr, size) ioremap(addr, size) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dio.h154 #define ioremap_nocache(offset, size) \ macro
/linux-4.1.27/arch/x86/mm/
H A Dioremap.c233 void __iomem *ioremap_nocache(resource_size_t phys_addr, unsigned long size) ioremap_nocache() function
247 EXPORT_SYMBOL(ioremap_nocache); variable
/linux-4.1.27/arch/parisc/include/asm/
H A Dio.h139 #define ioremap_nocache(off, sz) ioremap((off), (sz)) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dio.h171 #define ioremap_nocache(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE)) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dio.h257 #define ioremap_nocache(offset, size) \ macro
/linux-4.1.27/arch/sh/include/asm/
H A Dio.h370 #define ioremap_nocache ioremap macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dio.h292 #define ioremap_nocache(offset, size) \ macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dio.h69 #define ioremap_nocache(off,size) ioremap(off,size) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dio_no.h152 static inline void *ioremap_nocache(unsigned long physaddr, unsigned long size) ioremap_nocache() function
H A Dio_mm.h464 static inline void __iomem *ioremap_nocache(unsigned long physaddr, unsigned long size) ioremap_nocache() function
/linux-4.1.27/arch/arm/include/asm/
H A Dio.h336 #define ioremap_nocache(cookie,size) __arm_ioremap((cookie), (size), MT_DEVICE) macro
/linux-4.1.27/arch/tile/include/asm/
H A Dio.h55 #define ioremap_nocache(physaddr, size) ioremap(physaddr, size) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dio.h279 static inline void __iomem *ioremap_nocache(unsigned long offset, unsigned long size) ioremap_nocache() function
/linux-4.1.27/arch/frv/include/asm/
H A Dio.h263 static inline void __iomem *ioremap_nocache(unsigned long physaddr, unsigned long size) ioremap_nocache() function
/linux-4.1.27/arch/alpha/include/asm/
H A Dio.h296 static inline void __iomem * ioremap_nocache(unsigned long offset, ioremap_nocache() function
/linux-4.1.27/include/asm-generic/
H A Dio.h765 #define ioremap_nocache ioremap_nocache ioremap_nocache() macro
766 static inline void __iomem *ioremap_nocache(phys_addr_t offset, size_t size) ioremap_nocache() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dio.h723 #define ioremap_nocache(addr, size) ioremap((addr), (size)) macro
/linux-4.1.27/drivers/atm/
H A Deni.c35 #define ioremap_nocache(X,Y) ioremap(X,Y) macro

Completed in 1683 milliseconds