Home
last modified time | relevance | path

Searched refs:vcpu_to_stimer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dhyperv.h65 static inline struct kvm_vcpu_hv_stimer *vcpu_to_stimer(struct kvm_vcpu *vcpu, in vcpu_to_stimer() function
Dhyperv.c1098 return stimer_set_config(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1107 return stimer_set_count(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1206 return stimer_get_config(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_get_msr()
1215 return stimer_get_count(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_get_msr()