Home
last modified time | relevance | path

Searched defs:timer_index (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/
Dhyperv.h101 int timer_index) in vcpu_to_stimer()
Dhyperv.c882 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init()
1307 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_set_msr() local
1316 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr() local
1419 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_get_msr() local
1428 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr() local