Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
Dhyperv-tlfs.h38 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(8) macro
/linux-6.6.21/drivers/hv/
Dhv_common.c76 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) in hv_common_free()
293 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in hv_common_init()
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h160 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE \ macro
/linux-6.6.21/arch/x86/kernel/cpu/
Dmshyperv.c455 ms_hyperv.misc_features &= ~HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in ms_hyperv_init_platform()
/linux-6.6.21/arch/x86/include/asm/
Dhyperv-tlfs.h61 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(10) macro
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c423 vcpu_set_cpuid_feature(vcpu, HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE); in guest_test_msrs_access()
/linux-6.6.21/arch/x86/kvm/
Dhyperv.c1313 HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in hv_check_msr_access()
2784 ent->edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in kvm_get_hv_cpuid()