Home
last modified time | relevance | path

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

/arch/mips/mm/
Dc-r4k.c1047 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1062 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1076 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1097 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1128 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1157 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1173 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
/arch/mips/include/asm/
Dcpu.h362 #define MIPS_CPU_CACHE_CDEX_P 0x00000800ull /* Create_Dirty_Exclusive CACHE op */ macro
Dcpu-features.h97 #define cpu_has_cache_cdex_p (cpu_data[0].options & MIPS_CPU_CACHE_CDEX_P)