Searched refs:writecombine (Results 1 – 7 of 7) sorted by relevance
1292 c->writecombine = _CACHE_UNCACHED_ACCELERATED; in cpu_probe_legacy()1311 c->writecombine = _CACHE_UNCACHED_ACCELERATED; in cpu_probe_mips()1314 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1320 c->writecombine = _CACHE_UNCACHED; in cpu_probe_mips()1326 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()[all …]
82 c->writecombine = _CACHE_UNCACHED; in cpu_probe()
94 unsigned int writecombine; member
172 ioremap_prot((offset), (size), __pgprot(boot_cpu_data.writecombine))
476 prot = (prot & ~_CACHE_MASK) | cpu_data[0].writecombine;
555 You can override this setting via writecombine=on/off boot parameter.
8558 writecombine= [LOONGARCH,EARLY] Control the MAT (Memory Access8561 on - Enable writecombine, use WUC for ioremap_wc()8562 off - Disable writecombine, use SUC for ioremap_wc()