Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dcpu-probe.c1309 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1315 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1321 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1327 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1332 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1337 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1342 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1347 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1352 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
1357 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()
[all …]
H A Dcpu-r3k-probe.c82 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
/linux-6.15/arch/mips/include/asm/
H A Dcpu-info.h96 unsigned int writecombine; member
H A Dio.h172 ioremap_prot((offset), (size), __pgprot(boot_cpu_data.writecombine))
H A Dpgtable.h476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
/linux-6.15/arch/loongarch/
H A DKconfig547 You can override this setting via writecombine=on/off boot parameter.
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt8018 writecombine= [LOONGARCH,EARLY] Control the MAT (Memory Access
8021 on - Enable writecombine, use WUC for ioremap_wc()
8022 off - Disable writecombine, use SUC for ioremap_wc()