Home
last modified time | relevance | path

Searched refs:MIPS_CPU_INCLUSIVE_CACHES (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dcpu.h368 #define MIPS_CPU_INCLUSIVE_CACHES 0x00020000ull /* P-cache subset enforced */ macro
Dcpu-features.h374 #define cpu_has_inclusive_pcaches (cpu_data[0].options & MIPS_CPU_INCLUSIVE_CACHES)
/linux-4.4.14/arch/mips/mm/
Dc-r4k.c1404 c->options |= MIPS_CPU_INCLUSIVE_CACHES; in loongson2_sc_init()
1430 c->options |= MIPS_CPU_INCLUSIVE_CACHES; in loongson3_sc_init()
1527 c->options |= MIPS_CPU_INCLUSIVE_CACHES; in setup_scache()
1750 current_cpu_data.options |= MIPS_CPU_INCLUSIVE_CACHES; in r4k_cache_init()