Searched refs:_CACHE_UNCACHED (Results 1 – 6 of 6) sorted by relevance
100 #define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro101 #define _CACHE_MASK _CACHE_UNCACHED231 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED260 #ifndef _CACHE_UNCACHED261 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
195 if (flags == _CACHE_UNCACHED) in __ioremap_mode()214 flags == _CACHE_UNCACHED) in __ioremap_mode()236 __ioremap_mode((offset), (size), _CACHE_UNCACHED)258 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
40 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)410 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_noncached()
1055 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1061 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1067 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1073 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1078 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1083 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1088 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1093 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1098 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1103 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()[all …]
135 flags == _CACHE_UNCACHED) in __ioremap()
342 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pci_mmap_page_range()