Lines Matching refs:kvm_timer_should_fire
45 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx);
200 if (kvm_timer_should_fire(ctx)) in kvm_arch_timer_handler()
312 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx) in kvm_timer_should_fire() function
358 return kvm_timer_should_fire(map.direct_vtimer) || in kvm_timer_is_pending()
359 kvm_timer_should_fire(map.direct_ptimer) || in kvm_timer_is_pending()
360 kvm_timer_should_fire(map.emul_ptimer); in kvm_timer_is_pending()
375 if (kvm_timer_should_fire(vtimer)) in kvm_timer_update_run()
377 if (kvm_timer_should_fire(ptimer)) in kvm_timer_update_run()
402 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate()
562 kvm_timer_update_irq(ctx->vcpu, kvm_timer_should_fire(ctx), ctx); in kvm_timer_vcpu_load_gic()
582 kvm_timer_update_irq(vcpu, kvm_timer_should_fire(vtimer), vtimer); in kvm_timer_vcpu_load_nogic()
643 return kvm_timer_should_fire(vtimer) != vlevel || in kvm_timer_should_notify_user()
644 kvm_timer_should_fire(ptimer) != plevel; in kvm_timer_should_notify_user()
696 if (!kvm_timer_should_fire(vtimer)) { in unmask_vtimer_irq_user()
1116 return kvm_timer_should_fire(timer); in kvm_arch_timer_get_input_level()