Searched refs:should_fire (Results 1 – 2 of 2) sorted by relevance
| /arch/arm64/kvm/ |
| A D | trace_arm.h | 317 TP_PROTO(struct arch_timer_context *ctx, bool should_fire), 318 TP_ARGS(ctx, should_fire), 322 __field( bool, should_fire ) 327 __entry->should_fire = should_fire; 331 __entry->timer_idx, __entry->should_fire)
|
| A D | arch_timer.c | 468 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate() local 470 trace_kvm_timer_emulate(ctx, should_fire); in timer_emulate() 472 if (should_fire != ctx->irq.level) in timer_emulate() 473 kvm_timer_update_irq(ctx->vcpu, should_fire, ctx); in timer_emulate() 475 kvm_timer_update_status(ctx, should_fire); in timer_emulate() 482 if (should_fire || !kvm_timer_irq_can_fire(ctx)) in timer_emulate()
|
Completed in 6 milliseconds