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 | 59 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 D | kvm.c | 1354 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 D | cpu-sysemu.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 | 2703 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 | 424 if (kvm_enabled() && hyperv_feat_enabled(cpu, HYPERV_FEAT_VPINDEX) && in x86_cpu_pre_plug()
|