Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dkvm_para.h28 #define KVM_FEATURE_PV_UNHALT 7 macro
/arch/x86/kvm/
Dcpuid.c134 (best->eax & (1 << KVM_FEATURE_PV_UNHALT))) in kvm_update_cpuid()
135 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in kvm_update_cpuid()
711 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
/arch/x86/kernel/
Dkvm.c835 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) in kvm_spinlock_init()