Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dc-r4k.c1182 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1197 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1211 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1232 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1263 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1292 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1308 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
/Linux-v4.19/arch/mips/include/asm/
Dcpu.h375 #define MIPS_CPU_CACHE_CDEX_P MBIT_ULL(11) /* Create_Dirty_Exclusive CACHE op */ macro
Dcpu-features.h139 #define cpu_has_cache_cdex_p __opt(MIPS_CPU_CACHE_CDEX_P)