Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/
Dmshyperv.c274 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) in ms_hyperv_init_platform()
/Linux-v5.10/arch/x86/include/asm/
Dhyperv-tlfs.h52 #define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE BIT(10) macro
/Linux-v5.10/drivers/hv/
Dvmbus_drv.c79 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE in hyperv_panic_event()
1462 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in vmbus_bus_init()
2672 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in vmbus_exit()
/Linux-v5.10/arch/x86/kvm/
Dhyperv.c2030 ent->edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in kvm_vcpu_ioctl_get_hv_cpuid()