Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
/linux/arch/x86/kernel/
H A Dkvm.c1071 * 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()
/linux/arch/x86/kvm/
H A Dcpuid.c246 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in kvm_apply_cpuid_pv_features_quirk()
1617 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
H A Dx86.c9977 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in ____kvm_emulate_hypercall()
/linux/Documentation/virt/kvm/
H A Dapi.rst7863 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.