Searched refs:kvm_timer_should_fire (Results 1 – 1 of 1) sorted by relevance
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() function358 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()[all …]