Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dhyperv.h100 static inline struct kvm_vcpu_hv_stimer *vcpu_to_stimer(struct kvm_vcpu *vcpu, in vcpu_to_stimer() function
Dhyperv.c1301 return stimer_set_config(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1310 return stimer_set_count(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1413 return stimer_get_config(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_get_msr()
1422 return stimer_get_count(vcpu_to_stimer(vcpu, timer_index), in kvm_hv_get_msr()