Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmshyperv.h16 wrmsrl(HV_X64_MSR_STIMER0_COUNT + (2*timer), tick)
Dhyperv-tlfs.h257 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
/arch/x86/kvm/
Dhyperv.c1165 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_set_msr()
1169 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr()
1273 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_get_msr()
1277 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr()