Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h209 #define cpu_has_mvh __opt(MIPS_CPU_MVH)
629 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
Dcpu.h406 #define MIPS_CPU_MVH MBIT_ULL(42) /* CPU supports MFHC0/MTHC0 */ macro
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c853 c->options |= MIPS_CPU_MVH; in decode_config5()
1089 c->guest.options |= MIPS_CPU_MVH; in decode_guest_config5()