Home
last modified time | relevance | path

Searched refs:last_outstanding_events (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c37 static u64 last_outstanding_events; variable
46 e = READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask; in opal_handle_events()
65 last_outstanding_events = 0; in opal_handle_events()
75 if (last_outstanding_events & opal_event_irqchip.mask) in opal_have_pending_events()
130 last_outstanding_events = be64_to_cpu(events); in opal_interrupt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c37 static u64 last_outstanding_events; variable
46 e = READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask; in opal_handle_events()
62 WRITE_ONCE(last_outstanding_events, 0); in opal_handle_events()
72 if (READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask) in opal_have_pending_events()
127 WRITE_ONCE(last_outstanding_events, be64_to_cpu(events)); in opal_interrupt()

Completed in 2 milliseconds