ioremap_nocache   175 arch/x86/include/asm/io.h extern void __iomem *ioremap_nocache(resource_size_t offset, unsigned long size);
ioremap_nocache   185 arch/x86/include/asm/io.h 	return ioremap_nocache(offset, size);
ioremap_nocache   317 include/asm-generic/io.h #ifndef ioremap_nocache
ioremap_nocache   322 include/asm-generic/io.h #define ioremap_wc ioremap_nocache
ioremap_nocache    66 include/asm-generic/iomap.h #define ioremap_wc ioremap_nocache