Searched refs:KVM_FEATURE_PV_UNHALT (Results 1 – 6 of 6) sorted by relevance
29 #define KVM_FEATURE_PV_UNHALT 7 macro
65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
1071 * Setup pv_lock_ops to exploit KVM_FEATURE_PV_UNHALT if present.1076 * In case host doesn't support KVM_FEATURE_PV_UNHALT there is still an in kvm_spinlock_init() 1080 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()
246 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in kvm_apply_cpuid_pv_features_quirk() 1617 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
9977 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in ____kvm_emulate_hypercall()
7863 Do not enable KVM_FEATURE_PV_UNHALT if you disable HLT exits.9219 The same is true for the ``KVM_FEATURE_PV_UNHALT`` paravirtualized feature.