Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dhyperv.h106 static inline struct kvm_vcpu_hv_stimer *to_hv_stimer(struct kvm_vcpu *vcpu, in to_hv_stimer() function
A Dhyperv.c1523 return stimer_set_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1532 return stimer_set_count(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1641 return stimer_get_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_get_msr()
1650 return stimer_get_count(to_hv_stimer(vcpu, timer_index), in kvm_hv_get_msr()

Completed in 8 milliseconds