Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.c543 struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); in stimer_mark_pending()
554 struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); in stimer_cleanup()
556 trace_kvm_hv_stimer_cleanup(stimer_to_vcpu(stimer)->vcpu_id, in stimer_cleanup()
571 trace_kvm_hv_stimer_callback(stimer_to_vcpu(stimer)->vcpu_id, in stimer_timer_callback()
588 time_now = get_time_ref_counter(stimer_to_vcpu(stimer)->kvm); in stimer_start()
605 stimer_to_vcpu(stimer)->vcpu_id, in stimer_start()
627 trace_kvm_hv_stimer_start_one_shot(stimer_to_vcpu(stimer)->vcpu_id, in stimer_start()
642 struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); in stimer_set_config()
648 trace_kvm_hv_stimer_set_config(stimer_to_vcpu(stimer)->vcpu_id, in stimer_set_config()
666 struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); in stimer_set_count()
[all …]
H A Dhyperv.h106 static inline struct kvm_vcpu *stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in stimer_to_vcpu() function