Home
last modified time | relevance | path

Searched refs:_CACHE_UNCACHED (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H 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
H A Dpgtable.h41 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
H A Dio.h168 ioremap_prot((offset), (size), _CACHE_UNCACHED)
205 * _CACHE_UNCACHED option (see cpu_probe() method).
/kernel/linux/linux-6.6/arch/mips/include/asm/
H 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
H A Dpgtable.h35 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
464 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED;
H A Dio.h168 ioremap_prot((offset), (size), _CACHE_UNCACHED)
205 * _CACHE_UNCACHED option (see cpu_probe() method).
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h70 _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()
H A Dio.h50 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c1363 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...]
H A Dcpu-r3k-probe.c82 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/kernel/linux/linux-6.6/arch/mips/kernel/
H 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...]
H A Dcpu-r3k-probe.c83 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h35 #define _CACHE_UNCACHED (_PAGE_VALID) macro
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h34 #define _CACHE_UNCACHED (_PAGE_VALID | _PAGE_UNCACHE) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h78 _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()
H A Dio.h41 (_PAGE_IOREMAP & ~_CACHE_MASK) | _CACHE_UNCACHED)
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dioremap64.c9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
H A Dioremap.c72 flags == _CACHE_UNCACHED) in ioremap_prot()
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h27 #define _CACHE_UNCACHED (0) macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h27 #define _CACHE_UNCACHED _PAGE_UNCACHE macro
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dioremap64.c9 u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); in ioremap_prot()
H A Dioremap.c72 flags == _CACHE_UNCACHED) in ioremap_prot()

Completed in 12 milliseconds