Home
last modified time | relevance | path

Searched refs:HV_X64_MSR_STIMER0_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h58 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
/linux/include/hyperv/
H A Dhvgdk_mini.h115 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
1046 #define HV_MSR_STIMER0_COUNT (HV_X64_MSR_STIMER0_COUNT)
/linux/arch/x86/kvm/
H A Dhyperv.c1289 case HV_X64_MSR_STIMER0_COUNT: in hv_check_msr_access()
1610 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_set_msr()
1614 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr()
1730 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_get_msr()
1734 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr()