Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h249 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
310 #define HV_MSR_STIMER0_COUNT (HV_X64_MSR_STIMER0_COUNT)
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h61 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
/linux/arch/x86/kvm/
H A Dhyperv.c1286 case HV_X64_MSR_STIMER0_COUNT: in hv_check_msr_access()
1607 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_set_msr()
1611 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr()
1727 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_get_msr()
1731 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr()