Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A 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
A Dpgtable.h35 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
454 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
A Dio.h171 ioremap_prot((offset), (size), _CACHE_UNCACHED)
/linux-6.3-rc2/arch/mips/kernel/
A Dcpu-probe.c1310 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1316 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1322 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1328 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1333 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1338 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1343 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1348 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1353 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1358 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
A Dcpu-r3k-probe.c83 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h69 _CACHE_UNCACHED | _PAGE_SO)
237 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
247 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_writecombine()
A Dio.h50 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/linux-6.3-rc2/arch/mips/mm/
A Dioremap64.c9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
A Dioremap.c72 flags == _CACHE_UNCACHED) in ioremap_prot()
/linux-6.3-rc2/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h27 #define _CACHE_UNCACHED (0) macro
/linux-6.3-rc2/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h27 #define _CACHE_UNCACHED _PAGE_UNCACHE macro

Completed in 19 milliseconds