Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/
Dtrace_arm.h353 TP_PROTO(struct arch_timer_context *ctx, bool should_fire),
354 TP_ARGS(ctx, should_fire),
358 __field( bool, should_fire )
363 __entry->should_fire = should_fire;
367 __entry->timer_idx, __entry->should_fire)
Darch_timer.c402 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate() local
404 trace_kvm_timer_emulate(ctx, should_fire); in timer_emulate()
406 if (should_fire != ctx->irq.level) { in timer_emulate()
407 kvm_timer_update_irq(ctx->vcpu, should_fire, ctx); in timer_emulate()