Searched refs:hyperv_feat_enabled (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/target/i386/kvm/ |
| H A D | hyperv-stub.c | 18 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 D | hyperv.c | 60 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC)) { in kvm_hv_handle_exit() 119 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNDBG)) { in kvm_hv_handle_exit()
|
| H A D | kvm.c | 1380 if (!(hyperv_feat_enabled(cpu, dep_feat))) { in hv_feature_check_deps() 1399 if (!hyperv_feat_enabled(cpu, i)) { in hv_build_cpuid_leaf() 1417 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_EVMCS)) { in hv_build_cpuid_leaf() 1511 if (!hyperv_feat_enabled(cpu, feat)) { in kvm_hyperv_expand_features() 1531 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC) && in kvm_hyperv_expand_features() 1533 !hyperv_feat_enabled(cpu, HYPERV_FEAT_VPINDEX)) { in kvm_hyperv_expand_features() 1559 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNDBG)) { in hyperv_fill_cpuids() 1597 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_SYNIC) && in hyperv_fill_cpuids() 1611 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_VAPIC) && in hyperv_fill_cpuids() 1612 !hyperv_feat_enabled(cpu, HYPERV_FEAT_AVIC)) { in hyperv_fill_cpuids() [all …]
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu-system.c | 275 if (hyperv_feat_enabled(cpu, HYPERV_FEAT_CRASH)) { in x86_cpu_get_crash_info()
|
| H A D | machine.c | 806 if (!hyperv_feat_enabled(cpu, HYPERV_FEAT_RUNTIME)) { in hyperv_runtime_enable_needed()
|
| H A D | cpu.h | 2868 static inline bool hyperv_feat_enabled(X86CPU *cpu, int feat) in hyperv_feat_enabled() function
|
| /openbmc/qemu/hw/i386/ |
| H A D | x86-common.c | 432 if (kvm_enabled() && hyperv_feat_enabled(cpu, HYPERV_FEAT_VPINDEX) && in x86_cpu_pre_plug()
|