Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Darch_timer.c45 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx);
113 if (kvm_timer_should_fire(ctx)) in kvm_arch_timer_handler()
225 static bool kvm_timer_should_fire(struct arch_timer_context *timer_ctx) in kvm_timer_should_fire() function
271 return kvm_timer_should_fire(map.direct_vtimer) || in kvm_timer_is_pending()
272 kvm_timer_should_fire(map.direct_ptimer) || in kvm_timer_is_pending()
273 kvm_timer_should_fire(map.emul_ptimer); in kvm_timer_is_pending()
288 if (kvm_timer_should_fire(vtimer)) in kvm_timer_update_run()
290 if (kvm_timer_should_fire(ptimer)) in kvm_timer_update_run()
315 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate()
485 kvm_timer_update_irq(ctx->vcpu, kvm_timer_should_fire(ctx), ctx); in kvm_timer_vcpu_load_gic()
[all …]