Home
last modified time | relevance | path

Searched refs:hyperv_feat_enabled (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dhyperv-stub.c18 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC)) { in kvm_hv_handle_exit()
32 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNDBG)) { in kvm_hv_handle_exit()
H A Dhyperv.c59 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC)) { in kvm_hv_handle_exit()
118 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNDBG)) { in kvm_hv_handle_exit()
H A Dkvm.c1354 if (!(hyperv_feat_enabled(cpu, dep_feat))) { in hv_feature_check_deps()
1373 if (!hyperv_feat_enabled(cpu, i)) { in hv_build_cpuid_leaf()
1391 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_EVMCS)) { in hv_build_cpuid_leaf()
1485 if (!hyperv_feat_enabled(cpu, feat)) { in kvm_hyperv_expand_features()
1505 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC) && in kvm_hyperv_expand_features()
1507 !hyperv_feat_enabled(cpu, HYPERV_FEAT_VPINDEX)) { in kvm_hyperv_expand_features()
1533 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNDBG)) { in hyperv_fill_cpuids()
1571 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC) && in hyperv_fill_cpuids()
1585 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_VAPIC) && in hyperv_fill_cpuids()
1586 !hyperv_feat_enabled(cpu, HYPERV_FEAT_AVIC)) { in hyperv_fill_cpuids()
[all …]
/openbmc/qemu/target/i386/
H A Dcpu-sysemu.c275 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_CRASH)) { in x86_cpu_get_crash_info()
H A Dmachine.c806 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_RUNTIME)) { in hyperv_runtime_enable_needed()
H A Dcpu.h2703 static inline bool hyperv_feat_enabled(X86CPU *cpu, int feat) in hyperv_feat_enabled() function
/openbmc/qemu/hw/i386/
H A Dx86-common.c424 if (kvm_enabled() && hyperv_feat_enabled(cpu, HYPERV_FEAT_VPINDEX) && in x86_cpu_pre_plug()