Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
/linux-6.3-rc2/arch/x86/kvm/
A Dcpuid.c291 (best->eax & (1 << KVM_FEATURE_PV_UNHALT))) in __kvm_update_cpuid_runtime()
292 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in __kvm_update_cpuid_runtime()
1137 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
A Dx86.c9763 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
/linux-6.3-rc2/arch/x86/kernel/
A Dkvm.c1076 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst7197 Do not enable KVM_FEATURE_PV_UNHALT if you disable HLT exits.
8411 The same is true for the ``KVM_FEATURE_PV_UNHALT`` paravirtualized feature.

Completed in 42 milliseconds