Searched refs:_CACHE_UNCACHED (Results 1 – 8 of 8) sorted by relevance
167 # define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro168 # define _CACHE_MASK _CACHE_UNCACHED227 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED249 #ifndef _CACHE_UNCACHED250 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
176 if (flags == _CACHE_UNCACHED) in __ioremap_mode()195 flags == _CACHE_UNCACHED) in __ioremap_mode()229 __ioremap_mode((offset), (size), _CACHE_UNCACHED)251 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
43 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)424 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
1590 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1596 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1602 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1608 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1613 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1618 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1623 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1628 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1633 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1638 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()[all …]
35 #define _CACHE_UNCACHED (_PAGE_VALID) macro
34 #define _CACHE_UNCACHED (_PAGE_VALID | _PAGE_UNCACHE) macro
261 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()271 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
151 flags == _CACHE_UNCACHED) in __ioremap()