Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Dc-r4k.c977 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
992 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1006 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1027 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1058 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1087 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1103 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
/linux-4.4.14/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)