Searched refs:_CACHE_UNCACHED (Results 1 – 5 of 5) sorted by relevance
150 # define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro151 # define _CACHE_MASK _CACHE_UNCACHED210 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED239 #ifndef _CACHE_UNCACHED240 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
197 if (flags == _CACHE_UNCACHED) in __ioremap_mode()216 flags == _CACHE_UNCACHED) in __ioremap_mode()238 __ioremap_mode((offset), (size), _CACHE_UNCACHED)260 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
41 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)450 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
1528 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1534 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1540 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1546 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1551 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1556 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1561 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1566 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1571 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1576 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()[all …]
151 flags == _CACHE_UNCACHED) in __ioremap()