Home
last modified time | relevance | path

Searched refs:cpu_guest_has_mvh (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/
Dcpu-features.h710 #ifndef cpu_guest_has_mvh
711 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH) macro
/linux-6.12.1/arch/mips/kvm/
Dvz.c847 if (cpu_guest_has_mvh) in mips_process_maar()