Home
last modified time | relevance | path

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

/arch/mips/mm/
Dc-octeon.c213 c->options |= MIPS_CPU_PREFETCH; in probe_octeon()
227 c->options |= MIPS_CPU_PREFETCH; in probe_octeon()
241 c->options |= MIPS_CPU_PREFETCH; in probe_octeon()
Dc-r4k.c1192 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1207 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1244 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1304 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1351 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1366 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1419 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
/arch/mips/include/asm/
Dcpu.h383 #define MIPS_CPU_PREFETCH MBIT_ULL(18) /* CPU has usable prefetch */ macro
Dcpu-features.h106 #define cpu_has_prefetch (cpu_data[0].options & MIPS_CPU_PREFETCH)