ioremap_nocache   292 arch/alpha/include/asm/io.h static inline void __iomem * ioremap_nocache(unsigned long offset,
ioremap_nocache    37 arch/arc/include/asm/io.h #define ioremap_nocache(phy, sz)	ioremap(phy, sz)
ioremap_nocache   395 arch/arm/include/asm/io.h #define ioremap_nocache ioremap
ioremap_nocache   170 arch/arm64/include/asm/io.h #define ioremap_nocache(addr, size)	__ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
ioremap_nocache    45 arch/csky/include/asm/io.h #define ioremap_nocache(addr, size)	ioremap((addr), (size))
ioremap_nocache   175 arch/hexagon/include/asm/io.h #define ioremap_nocache ioremap
ioremap_nocache   266 arch/ia64/include/asm/io.h #define ioremap_nocache ioremap_nocache
ioremap_nocache   102 arch/ia64/mm/ioremap.c ioremap_nocache (unsigned long phys_addr, unsigned long size)
ioremap_nocache    31 arch/m68k/include/asm/kmap.h #define ioremap_nocache ioremap
ioremap_nocache    42 arch/microblaze/include/asm/io.h #define ioremap_nocache(addr, size)		ioremap((addr), (size))
ioremap_nocache   250 arch/mips/include/asm/io.h #define ioremap_nocache(offset, size)					\
ioremap_nocache    37 arch/nios2/include/asm/io.h static inline void __iomem *ioremap_nocache(unsigned long physaddr,
ioremap_nocache    48 arch/nios2/include/asm/io.h #define ioremap_nocache ioremap_nocache
ioremap_nocache    28 arch/openrisc/include/asm/io.h #define ioremap_nocache ioremap
ioremap_nocache   140 arch/parisc/include/asm/io.h #define ioremap_nocache(off, sz)	ioremap((off), (sz))
ioremap_nocache   718 arch/powerpc/include/asm/io.h #define ioremap_nocache(addr, size)	ioremap((addr), (size))
ioremap_nocache    25 arch/riscv/include/asm/io.h #define ioremap_nocache(addr, size) ioremap((addr), (size))
ioremap_nocache    29 arch/s390/include/asm/io.h #define ioremap_nocache(addr, size)	ioremap(addr, size)
ioremap_nocache   370 arch/sh/include/asm/io.h #define ioremap_nocache	ioremap
ioremap_nocache   409 arch/sparc/include/asm/io_64.h #define ioremap_nocache(X,Y)		ioremap((X),(Y))
ioremap_nocache    36 arch/unicore32/include/asm/io.h #define ioremap_nocache(cookie, size)	__uc32_ioremap(cookie, size)
ioremap_nocache   184 arch/x86/include/asm/io.h #define ioremap_nocache ioremap_nocache
ioremap_nocache   324 arch/x86/mm/ioremap.c void __iomem *ioremap_nocache(resource_size_t phys_addr, unsigned long size)
ioremap_nocache    35 arch/xtensa/include/asm/io.h static inline void __iomem *ioremap_nocache(unsigned long offset,
ioremap_nocache    55 arch/xtensa/include/asm/io.h #define ioremap_nocache ioremap_nocache
ioremap_nocache    36 drivers/atm/eni.c #define ioremap_nocache(X,Y) ioremap(X,Y)
ioremap_nocache   976 include/asm-generic/io.h #define ioremap_nocache ioremap_nocache
ioremap_nocache   977 include/asm-generic/io.h static inline void __iomem *ioremap_nocache(phys_addr_t offset, size_t size)