Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcpu.h364 #define MIPS_CPU_INCLUSIVE_CACHES 0x00020000ull /* P-cache subset enforced */ macro
Dcpu-features.h372 #define cpu_has_inclusive_pcaches (cpu_data[0].options & MIPS_CPU_INCLUSIVE_CACHES)
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c1401 c->options |= MIPS_CPU_INCLUSIVE_CACHES; in loongson2_sc_init()
1427 c->options |= MIPS_CPU_INCLUSIVE_CACHES; in loongson3_sc_init()
1524 c->options |= MIPS_CPU_INCLUSIVE_CACHES; in setup_scache()
1747 current_cpu_data.options |= MIPS_CPU_INCLUSIVE_CACHES; in r4k_cache_init()