Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kvm/
Dtrace_arm.h287 TP_PROTO(struct arch_timer_context *ctx, bool should_fire),
288 TP_ARGS(ctx, should_fire),
292 __field( bool, should_fire )
297 __entry->should_fire = should_fire;
301 __entry->timer_idx, __entry->should_fire)
Darch_timer.c417 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate() local
419 trace_kvm_timer_emulate(ctx, should_fire); in timer_emulate()
421 if (should_fire != ctx->irq.level) { in timer_emulate()
422 kvm_timer_update_irq(ctx->vcpu, should_fire, ctx); in timer_emulate()