Home
last modified time | relevance | path

Searched refs:HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
H A Dhv_common.c92 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) in hv_common_free()
337 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in hv_common_init()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c583 ms_hyperv.misc_features &= ~HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in ms_hyperv_init_platform()
/linux/include/hyperv/
H A Dhvgdk_mini.h315 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(10) macro
408 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(8) macro
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c420 vcpu_set_cpuid_feature(vcpu, HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE); in guest_test_msrs_access()
/linux/arch/x86/kvm/
H A Dhyperv.c1314 HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in hv_check_msr_access()
2842 ent->edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in kvm_get_hv_cpuid()