Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/kvm/
Darch_timer.c42 static bool kvm_timer_irq_can_fire(struct arch_timer_context *timer_ctx);
264 static bool kvm_timer_irq_can_fire(struct arch_timer_context *timer_ctx) in kvm_timer_irq_can_fire() function
301 if (kvm_timer_irq_can_fire(ctx)) in kvm_timer_earliest_exp()
398 if (!kvm_timer_irq_can_fire(timer_ctx)) in kvm_timer_should_fire()
482 if (should_fire || !kvm_timer_irq_can_fire(ctx)) in timer_emulate()
589 if (!kvm_timer_irq_can_fire(map.direct_vtimer) && in kvm_timer_blocking()
590 !kvm_timer_irq_can_fire(map.direct_ptimer) && in kvm_timer_blocking()
591 !kvm_timer_irq_can_fire(map.emul_vtimer) && in kvm_timer_blocking()
592 !kvm_timer_irq_can_fire(map.emul_ptimer) && in kvm_timer_blocking()