Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu.h407 #define MIPS_CPU_MVH MBIT_ULL(42) /* CPU supports MFHC0/MTHC0 */ macro
Dcpu-features.h167 #define cpu_has_mvh (cpu_data[0].options & MIPS_CPU_MVH)
/arch/mips/kernel/
Dcpu-probe.c841 c->options |= MIPS_CPU_MVH; in decode_config5()