Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h29 #define KVM_FEATURE_PV_UNHALT 7 macro
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
/openbmc/linux/arch/x86/kvm/
H A 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()
1160 (1 << KVM_FEATURE_PV_UNHALT) | in __do_cpuid_func()
H A Dx86.c9875 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_UNHALT)) in kvm_emulate_hypercall()
/openbmc/linux/arch/x86/kernel/
H A Dkvm.c1074 if (!kvm_para_has_feature(KVM_FEATURE_PV_UNHALT)) { in kvm_spinlock_init()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c546 ret &= ~(1U << KVM_FEATURE_PV_UNHALT); in kvm_arch_get_supported_cpuid()
/openbmc/linux/Documentation/virt/kvm/
H A 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.