Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dc-r4k.c975 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
990 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1004 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1025 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1056 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1085 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1101 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
/linux-4.1.27/arch/mips/include/asm/
Dcpu.h358 #define MIPS_CPU_CACHE_CDEX_P 0x00000800ull /* Create_Dirty_Exclusive CACHE op */ macro
Dcpu-features.h94 #define cpu_has_cache_cdex_p (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_P)