Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dcpu-probe.c1288 c->writecombine = _CACHE_UNCACHED_ACCELERATED; in cpu_probe_legacy()
1307 c->writecombine = _CACHE_UNCACHED_ACCELERATED; in cpu_probe_mips()
1310 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()
[all …]
Dcpu-r3k-probe.c83 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/linux-6.1.9/arch/mips/include/asm/
Dcpu-info.h96 unsigned int writecombine; member
Dio.h211 ioremap_prot((offset), (size), boot_cpu_data.writecombine)
Dpgtable.h466 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;