Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kvm/
A Darch_timer.c46 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx);
201 if (kvm_timer_should_fire(ctx)) in kvm_arch_timer_handler()
390 if (kvm_timer_should_fire(vtimer)) in kvm_timer_update_run()
392 if (kvm_timer_should_fire(ptimer)) in kvm_timer_update_run()
417 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate()
593 kvm_timer_update_irq(ctx->vcpu, kvm_timer_should_fire(ctx), ctx); in kvm_timer_vcpu_load_gic()
613 kvm_timer_update_irq(vcpu, kvm_timer_should_fire(vtimer), vtimer); in kvm_timer_vcpu_load_nogic()
672 return kvm_timer_should_fire(vtimer) != vlevel || in kvm_timer_should_notify_user()
673 kvm_timer_should_fire(ptimer) != plevel; in kvm_timer_should_notify_user()
715 if (!kvm_timer_should_fire(vtimer)) { in unmask_vtimer_irq_user()
[all …]

Completed in 5 milliseconds