Home
last modified time | relevance | path

Searched refs:writecombine (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/mips/kernel/
Dcpu-probe.c1351 c->writecombine = _CACHE_UNCACHED_ACCELERATED; in cpu_probe_legacy()
1370 c->writecombine = _CACHE_UNCACHED_ACCELERATED; in cpu_probe_mips()
1373 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()
[all …]
Dcpu-r3k-probe.c83 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/Linux-v5.15/arch/mips/include/asm/
Dcpu-info.h96 unsigned int writecombine; member
Dio.h220 ioremap_prot((offset), (size), boot_cpu_data.writecombine)
Dpgtable.h470 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;