Home
last modified time | relevance | path

Searched refs:HV_ACCESS_FREQUENCY_MSRS (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dhyperv-proto.h41 #define HV_ACCESS_FREQUENCY_MSRS (1u << 11) macro
H A Dkvm.c1007 .bits = HV_ACCESS_FREQUENCY_MSRS},
1216 entry_feat->eax |= HV_ACCESS_FREQUENCY_MSRS; in get_supported_hv_cpuid_legacy()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c478 if (ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS && in ms_hyperv_init_platform()
530 if (ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS && in ms_hyperv_init_platform()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h110 #define HV_ACCESS_FREQUENCY_MSRS \ macro
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c175 return ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS && in hv_reenlightenment_available()
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h72 #define HV_ACCESS_FREQUENCY_MSRS BIT(11) macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c379 vcpu_set_cpuid_feature(vcpu, HV_ACCESS_FREQUENCY_MSRS); in guest_test_msrs_access()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1301 HV_ACCESS_FREQUENCY_MSRS; in hv_check_msr_access()
2777 ent->eax |= HV_ACCESS_FREQUENCY_MSRS; in kvm_get_hv_cpuid()