Home
last modified time | relevance | path

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

/virt/kvm/arm/
Dtrace.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.c315 bool should_fire = kvm_timer_should_fire(ctx); in timer_emulate() local
317 trace_kvm_timer_emulate(ctx, should_fire); in timer_emulate()
319 if (should_fire != ctx->irq.level) { in timer_emulate()
320 kvm_timer_update_irq(ctx->vcpu, should_fire, ctx); in timer_emulate()