MIPS_CPU_MVH      229 arch/mips/include/asm/cpu-features.h #define cpu_has_mvh		__opt(MIPS_CPU_MVH)
MIPS_CPU_MVH      665 arch/mips/include/asm/cpu-features.h #define cpu_guest_has_mvh	(cpu_data[0].guest.options & MIPS_CPU_MVH)
MIPS_CPU_MVH      893 arch/mips/kernel/cpu-probe.c 		c->options |= MIPS_CPU_MVH;
MIPS_CPU_MVH     1173 arch/mips/kernel/cpu-probe.c 		c->guest.options |= MIPS_CPU_MVH;