Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/
Darch_timer.c122 static u64 kvm_timer_compute_delta(struct arch_timer_context *timer_ctx) in kvm_timer_compute_delta() function
159 min_virt = kvm_timer_compute_delta(vtimer); in kvm_timer_earliest_exp()
162 min_phys = kvm_timer_compute_delta(ptimer); in kvm_timer_earliest_exp()
211 ns = kvm_timer_compute_delta(ptimer); in kvm_phys_timer_expire()
307 soft_timer_start(&timer->phys_timer, kvm_timer_compute_delta(ptimer)); in phys_timer_emulate()
694 if (!kvm_timer_compute_delta(timer)) in read_timer_ctl()