Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
Dkvm_para.h26 #define KVM_FEATURE_PV_UNHALT 7 macro
/linux-4.4.14/Documentation/virtual/kvm/
Dcpuid.txt53 KVM_FEATURE_PV_UNHALT || 7 || guest checks this feature bit
/linux-4.4.14/arch/x86/kernel/
Dkvm.c863 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) in kvm_spinlock_init()
882 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) in kvm_spinlock_init_jump()
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c549 (1 << KVM_FEATURE_PV_UNHALT); in __do_cpuid_ent()