Home
last modified time | relevance | path

Searched refs:IRQS_PENDING (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dchip.c475 desc->istate |= IRQS_PENDING; in handle_nested_irq()
548 desc->istate |= IRQS_PENDING; in handle_simple_irq()
583 desc->istate |= IRQS_PENDING; in handle_untracked_irq()
587 desc->istate &= ~IRQS_PENDING; in handle_untracked_irq()
643 desc->istate |= IRQS_PENDING; in handle_level_irq()
700 desc->istate |= IRQS_PENDING; in handle_fasteoi_irq()
711 desc->istate |= IRQS_PENDING; in handle_fasteoi_irq()
727 if (unlikely(desc->istate & IRQS_PENDING)) in handle_fasteoi_irq()
794 desc->istate |= IRQS_PENDING; in handle_edge_irq()
804 desc->istate |= IRQS_PENDING; in handle_edge_irq()
[all …]
H A Dresend.c134 desc->istate &= ~IRQS_PENDING; in check_irq_resend()
141 if (!(desc->istate & IRQS_PENDING) && !inject) in check_irq_resend()
144 desc->istate &= ~IRQS_PENDING; in check_irq_resend()
H A Dspurious.c100 desc->istate |= IRQS_PENDING; in try_one_irq()
111 } while ((desc->istate & IRQS_PENDING) && action); in try_one_irq()
H A Ddebug.h40 ___PS(IRQS_PENDING); in print_irq_desc()
H A Dautoprobe.c73 desc->istate |= IRQS_PENDING; in probe_irq_on()
H A Dhandle.c206 desc->istate &= ~IRQS_PENDING; in handle_irq_event()
H A Dpm.c20 desc->istate |= IRQS_SUSPENDED | IRQS_PENDING; in irq_pm_check_wakeup()
H A Ddebugfs.c158 BIT_MASK_DESCR(IRQS_PENDING),
H A Dinternals.h67 IRQS_PENDING = 0x00000200, enumerator