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_UNCACHED236 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED265 #ifndef _CACHE_UNCACHED266 #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()
1023 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1029 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1035 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1041 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1046 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1051 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1056 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1061 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1066 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1071 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()