Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/
Dhyperv.h110 static inline struct kvm_vcpu_hv_stimer *to_hv_stimer(struct kvm_vcpu *vcpu, in to_hv_stimer() function
Dhyperv.c1512 return stimer_set_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1521 return stimer_set_count(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1630 return stimer_get_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_get_msr()
1639 return stimer_get_count(to_hv_stimer(vcpu, timer_index), in kvm_hv_get_msr()