Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/uapi/asm/
Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/Linux-v6.1/Documentation/virt/kvm/x86/
Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
/Linux-v6.1/arch/x86/kvm/
Dcpuid.c281 (best->eax & (1 << KVM_FEATURE_PV_UNHALT))) in __kvm_update_cpuid_runtime()
282 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in __kvm_update_cpuid_runtime()
1100 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
Dx86.c9678 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
/Linux-v6.1/arch/x86/kernel/
Dkvm.c1082 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()
/Linux-v6.1/Documentation/virt/kvm/
Dapi.rst7079 Do not enable KVM_FEATURE_PV_UNHALT if you disable HLT exits.
8245 The same is true for the ``KVM_FEATURE_PV_UNHALT`` paravirtualized feature.