Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c257 msr->idx = HV_X64_MSR_RESET; in guest_test_msrs_access()
263 msr->idx = HV_X64_MSR_RESET; in guest_test_msrs_access()
268 msr->idx = HV_X64_MSR_RESET; in guest_test_msrs_access()
/linux/arch/x86/hyperv/
H A Dhv_crash.c104 native_wrmsrq(HV_X64_MSR_RESET, 1); /* get hyp to reboot */ in hv_panic_timeout_reboot()
/linux/arch/x86/kvm/
H A Dhyperv.c1022 case HV_X64_MSR_RESET: in kvm_hv_msr_partition_wide()
1269 case HV_X64_MSR_RESET: in hv_check_msr_access()
1465 case HV_X64_MSR_RESET: in kvm_hv_set_msr_pw()
1660 case HV_X64_MSR_RESET: in kvm_hv_get_msr_pw()
H A Dx86.c402 HV_X64_MSR_RESET,
/linux/include/hyperv/
H A Dhvgdk_mini.h66 #define HV_X64_MSR_RESET 0x40000003 macro