Searched refs:kvm_timer_should_fire (Results 1 – 1 of 1) sorted by relevance
46 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx);201 if (kvm_timer_should_fire(ctx)) in kvm_arch_timer_handler()313 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx) in kvm_timer_should_fire() function359 return kvm_timer_should_fire(map.direct_vtimer) || in kvm_timer_is_pending()360 kvm_timer_should_fire(map.direct_ptimer) || in kvm_timer_is_pending()361 kvm_timer_should_fire(map.emul_ptimer); in kvm_timer_is_pending()376 if (kvm_timer_should_fire(vtimer)) in kvm_timer_update_run()378 if (kvm_timer_should_fire(ptimer)) in kvm_timer_update_run()403 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate()563 kvm_timer_update_irq(ctx->vcpu, kvm_timer_should_fire(ctx), ctx); in kvm_timer_vcpu_load_gic()[all …]