Home
last modified time | relevance | path

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

/linux-4.4.14/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.c992 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1007 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1044 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1104 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1164 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1217 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
/linux-4.4.14/arch/mips/include/asm/
Dcpu.h369 #define MIPS_CPU_PREFETCH 0x00040000ull /* CPU has usable prefetch */ macro
Dcpu-features.h103 #define cpu_has_prefetch (cpu_data[0].options & MIPS_CPU_PREFETCH)