Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h34 #define KVM_FEATURE_PV_SCHED_YIELD 13 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h34 #define KVM_FEATURE_PV_SCHED_YIELD 13 macro
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit
/openbmc/linux/arch/x86/kernel/
H A Dkvm.c491 return (kvm_para_has_feature(KVM_FEATURE_PV_SCHED_YIELD) && in pv_sched_yield_supported()
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c1165 (1 << KVM_FEATURE_PV_SCHED_YIELD) | in __do_cpuid_func()
H A Dx86.c9892 if (!guest_pv_has(vcpu, KVM_FEATURE_PV_SCHED_YIELD)) in kvm_emulate_hypercall()