Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/uapi/asm/
Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/linux-6.6.21/Documentation/virt/kvm/x86/
Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
/linux-6.6.21/arch/x86/kvm/
Dcpuid.c297 (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()
1144 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
Dx86.c9860 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
/linux-6.6.21/arch/x86/kernel/
Dkvm.c1074 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()
/linux-6.6.21/Documentation/virt/kvm/
Dapi.rst7263 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.