Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h37 #define cpu_has_guestctl0ext 0 macro
/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h162 #ifndef cpu_has_guestctl0ext
163 #define cpu_has_guestctl0ext __opt(MIPS_CPU_GUESTCTL0EXT) macro
/Linux-v4.19/arch/mips/kvm/
Dvz.c2856 if (cpu_has_guestctl0ext) in kvm_vz_hardware_enable()