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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h243 #define cpu_has_mvh __opt(MIPS_CPU_MVH)
711 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
H A Dcpu.h400 #define MIPS_CPU_MVH BIT_ULL(42) /* CPU supports MFHC0/MTHC0 */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c663 c->options |= MIPS_CPU_MVH;
943 c->guest.options |= MIPS_CPU_MVH;

Completed in 160 milliseconds