Searched refs:hyperv_features (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8436 DEFINE_PROP_BIT64("hv-relaxed", X86CPU, hyperv_features, 8438 DEFINE_PROP_BIT64("hv-vapic", X86CPU, hyperv_features, 8440 DEFINE_PROP_BIT64("hv-time", X86CPU, hyperv_features, 8442 DEFINE_PROP_BIT64("hv-crash", X86CPU, hyperv_features, 8444 DEFINE_PROP_BIT64("hv-reset", X86CPU, hyperv_features, 8446 DEFINE_PROP_BIT64("hv-vpindex", X86CPU, hyperv_features, 8448 DEFINE_PROP_BIT64("hv-runtime", X86CPU, hyperv_features, 8450 DEFINE_PROP_BIT64("hv-synic", X86CPU, hyperv_features, 8452 DEFINE_PROP_BIT64("hv-stimer", X86CPU, hyperv_features, 8454 DEFINE_PROP_BIT64("hv-frequencies", X86CPU, hyperv_features, [all …]
|
H A D | cpu.h | 2080 uint64_t hyperv_features; member 2705 return !!(cpu->hyperv_features & BIT(feat)); in hyperv_feat_enabled()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | Makefile | 73 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_features
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 847 cpu->hyperv_features || cpu->hyperv_passthrough); in hyperv_enabled() 1478 cpu->hyperv_features |= BIT(feat); in kvm_hyperv_expand_features()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |