Home
last modified time | relevance | path

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

/linux-4.19.296/virt/kvm/arm/
Darch_timer.c54 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx);
95 if (kvm_timer_should_fire(vtimer)) in kvm_arch_timer_handler()
221 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx) in kvm_timer_should_fire() function
249 if (kvm_timer_should_fire(vtimer)) in kvm_timer_is_pending()
252 return kvm_timer_should_fire(ptimer); in kvm_timer_is_pending()
267 if (kvm_timer_should_fire(vtimer)) in kvm_timer_update_run()
269 if (kvm_timer_should_fire(ptimer)) in kvm_timer_update_run()
302 if (kvm_timer_should_fire(ptimer) || !kvm_timer_irq_can_fire(ptimer)) { in phys_timer_emulate()
332 level = kvm_timer_should_fire(vtimer); in kvm_timer_update_state()
337 if (kvm_timer_should_fire(ptimer) != ptimer->irq.level) in kvm_timer_update_state()
[all …]