Home
last modified time | relevance | path

Searched refs:MIPS_CPU_PREFETCH (Results 1 – 4 of 4) sorted by relevance

/arch/mips/mm/
Dc-octeon.c194 c->options |= MIPS_CPU_PREFETCH; in probe_octeon()
208 c->options |= MIPS_CPU_PREFETCH; in probe_octeon()
222 c->options |= MIPS_CPU_PREFETCH; in probe_octeon()
Dc-r4k.c1143 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1158 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1195 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1256 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1305 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1320 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1373 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
/arch/mips/include/asm/
Dcpu.h384 #define MIPS_CPU_PREFETCH BIT_ULL(18) /* CPU has usable prefetch */ macro
Dcpu-features.h180 #define cpu_has_prefetch __isa_ge_or_opt(1, MIPS_CPU_PREFETCH)