Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hv/
Dhv_common.c79 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) in hv_common_free()
308 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in hv_common_init()
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dhyperv.h157 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE \ macro
/linux-6.14.4/include/hyperv/
Dhvgdk_mini.h306 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(10) macro
395 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(8) macro
/linux-6.14.4/arch/x86/kernel/cpu/
Dmshyperv.c527 ms_hyperv.misc_features &= ~HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in ms_hyperv_init_platform()
/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dhyperv_features.c420 vcpu_set_cpuid_feature(vcpu, HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE); in guest_test_msrs_access()
/linux-6.14.4/arch/x86/kvm/
Dhyperv.c1313 HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in hv_check_msr_access()
2838 ent->edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in kvm_get_hv_cpuid()