Searched refs:writecombine (Results 1 – 7 of 7) sorted by relevance
1288 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 …]
83 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
96 unsigned int writecombine; member
208 ioremap_prot((offset), (size), boot_cpu_data.writecombine)
476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
493 You can override this setting via writecombine=on/off boot parameter.
7145 writecombine= [LOONGARCH] Control the MAT (Memory Access Type) of7148 on - Enable writecombine, use WUC for ioremap_wc()7149 off - Disable writecombine, use SUC for ioremap_wc()