Home
last modified time | relevance | path

Searched defs:ioremap_nocache (Results 1 – 17 of 17) sorted by relevance

/arch/cris/mm/
Dioremap.c79 void __iomem *ioremap_nocache (unsigned long phys_addr, unsigned long size) in ioremap_nocache() function
/arch/ia64/mm/
Dioremap.c95 ioremap_nocache (unsigned long phys_addr, unsigned long size) in ioremap_nocache() function
/arch/arm/include/asm/
Dio.h224 #define ioremap_nocache(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE) macro
230 #define ioremap_nocache(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE) macro
/arch/x86/mm/
Dioremap.c325 void __iomem *ioremap_nocache(resource_size_t phys_addr, unsigned long size) in ioremap_nocache() function
/arch/xtensa/include/asm/
Dio.h80 static inline void *ioremap_nocache(unsigned long offset, unsigned long size) in ioremap_nocache() function
/arch/parisc/include/asm/
Dio.h139 #define ioremap_nocache(off, sz) ioremap((off), (sz)) macro
/arch/mips/include/asm/
Dio.h250 #define ioremap_nocache(offset, size) \ macro
/arch/m68k/include/asm/
Dio_no.h153 static inline void *ioremap_nocache(unsigned long physaddr, unsigned long size) in ioremap_nocache() function
Dio_mm.h320 static inline void __iomem *ioremap_nocache(unsigned long physaddr, unsigned long size) in ioremap_nocache() function
/arch/avr32/include/asm/
Dio.h287 #define ioremap_nocache(offset, size) \ macro
/arch/blackfin/include/asm/
Dio.h208 static inline void __iomem *ioremap_nocache(unsigned long physaddr, in ioremap_nocache() function
/arch/alpha/include/asm/
Dio.h295 static inline void __iomem * ioremap_nocache(unsigned long offset, in ioremap_nocache() function
/arch/h8300/include/asm/
Dio.h252 static inline void *ioremap_nocache(unsigned long physaddr, unsigned long size) in ioremap_nocache() function
/arch/sh/include/asm/
Dio.h274 #define ioremap_nocache(offset, size) \ macro
/arch/sparc/include/asm/
Dio_32.h246 #define ioremap_nocache(X,Y) ioremap((X),(Y)) macro
Dio_64.h462 #define ioremap_nocache(X,Y) ioremap((X),(Y)) macro
/arch/powerpc/include/asm/
Dio.h642 #define ioremap_nocache(addr, size) ioremap((addr), (size)) macro