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/
A Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/linux/Documentation/virt/kvm/
A Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
A Dapi.rst6599 Do not enable KVM_FEATURE_PV_UNHALT if you disable HLT exits.
/linux/arch/x86/kvm/
A Dcpuid.c181 (best->eax & (1 << KVM_FEATURE_PV_UNHALT))) in kvm_update_cpuid_runtime()
182 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in kvm_update_cpuid_runtime()
924 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
A Dx86.c8921 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
/linux/arch/x86/kernel/
A Dkvm.c1046 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()

Completed in 34 milliseconds