Home
last modified time | relevance | path

Searched refs:hyperv_features (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.c9911 DEFINE_PROP_BIT64("hv-relaxed", X86CPU, hyperv_features,
9913 DEFINE_PROP_BIT64("hv-vapic", X86CPU, hyperv_features,
9915 DEFINE_PROP_BIT64("hv-time", X86CPU, hyperv_features,
9917 DEFINE_PROP_BIT64("hv-crash", X86CPU, hyperv_features,
9919 DEFINE_PROP_BIT64("hv-reset", X86CPU, hyperv_features,
9921 DEFINE_PROP_BIT64("hv-vpindex", X86CPU, hyperv_features,
9923 DEFINE_PROP_BIT64("hv-runtime", X86CPU, hyperv_features,
9925 DEFINE_PROP_BIT64("hv-synic", X86CPU, hyperv_features,
9927 DEFINE_PROP_BIT64("hv-stimer", X86CPU, hyperv_features,
9929 DEFINE_PROP_BIT64("hv-frequencies", X86CPU, hyperv_features,
[all …]
H A Dcpu.h2177 uint64_t hyperv_features; member
2870 return !!(cpu->hyperv_features & BIT(feat)); in hyperv_feat_enabled()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c864 cpu->hyperv_features || cpu->hyperv_passthrough); in hyperv_enabled()
1504 cpu->hyperv_features |= BIT(feat); in kvm_hyperv_expand_features()