Searched refs:KVM_FEATURE_PV_UNHALT (Results 1 – 8 of 8) sorted by relevance
29 #define KVM_FEATURE_PV_UNHALT 7 macro
65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
297 (best->eax & (1 << KVM_FEATURE_PV_UNHALT))) in __kvm_update_cpuid_runtime()298 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in __kvm_update_cpuid_runtime()1160 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
9875 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
1074 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()
546 ret &= ~(1U << KVM_FEATURE_PV_UNHALT); in kvm_arch_get_supported_cpuid()
7263 Do not enable KVM_FEATURE_PV_UNHALT if you disable HLT exits.8505 The same is true for the ``KVM_FEATURE_PV_UNHALT`` paravirtualized feature.