kvm_timer_irq_can_fire
if (kvm_timer_irq_can_fire(ctx))
if (!kvm_timer_irq_can_fire(timer_ctx))
static bool kvm_timer_irq_can_fire(struct arch_timer_context *timer_ctx);
if (should_fire || !kvm_timer_irq_can_fire(ctx))
if (!kvm_timer_irq_can_fire(map.direct_vtimer) &&
!kvm_timer_irq_can_fire(map.direct_ptimer) &&
!kvm_timer_irq_can_fire(map.emul_vtimer) &&
!kvm_timer_irq_can_fire(map.emul_ptimer) &&