Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dkvm_para.h28 #define KVM_FEATURE_PV_UNHALT 7 macro
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
H A Dapi.rst5862 Do not enable KVM_FEATURE_PV_UNHALT if you disable HLT exits.
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dcpuid.c138 (best->eax & (1 << KVM_FEATURE_PV_UNHALT))) in kvm_update_cpuid_runtime()
139 best->eax &= ~(1 << KVM_FEATURE_PV_UNHALT); in kvm_update_cpuid_runtime()
797 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
H A Dx86.c8332 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c972 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()