Lines Matching refs:timer_index
877 payload->timer_index = stimer->index;
882 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index)
885 stimer->index = timer_index;
1307 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2;
1309 return stimer_set_config(vcpu_to_stimer(vcpu, timer_index),
1316 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2;
1318 return stimer_set_count(vcpu_to_stimer(vcpu, timer_index),
1419 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2;
1421 return stimer_get_config(vcpu_to_stimer(vcpu, timer_index),
1428 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2;
1430 return stimer_get_count(vcpu_to_stimer(vcpu, timer_index),