Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h36 #define cpu_has_guestctl0ext 0 macro
/linux-6.12.1/arch/mips/include/asm/
Dcpu-features.h194 #ifndef cpu_has_guestctl0ext
195 #define cpu_has_guestctl0ext __opt(MIPS_CPU_GUESTCTL0EXT) macro
/linux-6.12.1/arch/mips/kernel/
Dproc.c202 if (cpu_has_guestctl0ext) in show_cpuinfo()
/linux-6.12.1/arch/mips/kvm/
Dvz.c2955 if (cpu_has_guestctl0ext) { in kvm_vz_enable_virtualization_cpu()