Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dmshyperv.h18 wrmsrl(HV_X64_MSR_STIMER0_COUNT + (2*timer), tick)
Dhyperv-tlfs.h180 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
/Linux-v5.10/arch/x86/kvm/
Dhyperv.c1304 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_set_msr()
1308 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr()
1416 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_get_msr()
1420 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr()