Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h37 #define cpu_has_guestctl0ext 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h179 #ifndef cpu_has_guestctl0ext
180 #define cpu_has_guestctl0ext __opt(MIPS_CPU_GUESTCTL0EXT) macro
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dvz.c2951 if (cpu_has_guestctl0ext) { in kvm_vz_hardware_enable()