Lines Matching refs:happened
102 unsigned long happened; in get_irq_happened() local
105 : "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened))); in get_irq_happened()
107 return happened; in get_irq_happened()
139 unsigned char happened = local_paca->irq_happened; in __check_irq_replay() local
161 if (happened & PACA_IRQ_HARD_DIS) { in __check_irq_replay()
169 if (!(happened & PACA_IRQ_DEC)) { in __check_irq_replay()
172 happened |= PACA_IRQ_DEC; in __check_irq_replay()
191 if (happened & PACA_IRQ_HMI) { in __check_irq_replay()
196 if (happened & PACA_IRQ_DEC) { in __check_irq_replay()
201 if (happened & PACA_IRQ_PMI) { in __check_irq_replay()
206 if (happened & PACA_IRQ_EE) { in __check_irq_replay()
217 if (happened & PACA_IRQ_EE_EDGE) { in __check_irq_replay()
222 if (happened & PACA_IRQ_DBELL) { in __check_irq_replay()
227 if (happened & PACA_IRQ_DBELL) { in __check_irq_replay()