Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcpu-features.h245 #define cpu_has_mvh __opt(MIPS_CPU_MVH)
713 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
H A Dcpu.h407 #define MIPS_CPU_MVH BIT_ULL(42) /* CPU supports MFHC0/MTHC0 */ macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c663 c->options |= MIPS_CPU_MVH; in decode_config5()
943 c->guest.options |= MIPS_CPU_MVH; in decode_guest_config5()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcpu-probe.c664 c->options |= MIPS_CPU_MVH; in decode_config5()
944 c->guest.options |= MIPS_CPU_MVH; in decode_guest_config5()

Completed in 13 milliseconds