Home
last modified time | relevance | path

Searched refs:_CACHE_UNCACHED (Results 1 – 11 of 11) sorted by relevance

/arch/mips/include/asm/
Dpgtable-bits.h183 # define _CACHE_UNCACHED (1 << _CACHE_UNCACHED_SHIFT) macro
184 # define _CACHE_MASK _CACHE_UNCACHED
243 #define _CACHE_UNCACHED_ACCELERATED _CACHE_UNCACHED
260 #ifndef _CACHE_UNCACHED
261 #define _CACHE_UNCACHED (2<<_CACHE_SHIFT) macro
Dpgtable.h35 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
458 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
Dio.h180 ioremap_prot((offset), (size), _CACHE_UNCACHED)
/arch/mips/mm/
Dioremap64.c9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
Dioremap.c72 flags == _CACHE_UNCACHED) in ioremap_prot()
/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h24 #define _CACHE_UNCACHED (0) macro
/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h24 #define _CACHE_UNCACHED _PAGE_UNCACHE macro
/arch/mips/kernel/
Dcpu-probe.c1373 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1379 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1385 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()
1416 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1421 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
Dcpu-r3k-probe.c83 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/arch/csky/include/asm/
Dpgtable.h70 _CACHE_UNCACHED | _PAGE_SO)
239 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
249 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
Dio.h40 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)