Searched refs:_CACHE_UNCACHED (Results 1 – 13 of 13) sorted by relevance
183 # define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro184 # define _CACHE_MASK _CACHE_UNCACHED243 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED260 #ifndef _CACHE_UNCACHED261 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
41 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
168 ioremap_prot((offset), (size), _CACHE_UNCACHED)
98 #define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro99 #define _CACHE_MASK _CACHE_UNCACHED229 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED258 #ifndef _CACHE_UNCACHED259 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
166 __ioremap_mode((offset), (size), _CACHE_UNCACHED)188 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
1363 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1369 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1375 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1381 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1386 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1391 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1396 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1401 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1406 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1411 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()[all …]
82 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
78 _CACHE_UNCACHED | _PAGE_SO)240 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()250 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
35 #define _CACHE_UNCACHED (_PAGE_VALID) macro
34 #define _CACHE_UNCACHED (_PAGE_VALID | _PAGE_UNCACHE) macro
9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
72 flags == _CACHE_UNCACHED) in ioremap_prot()