Searched refs:PACA_IRQ_DEC (Results 1 – 5 of 5) sorted by relevance
166 if (!(happened & PACA_IRQ_DEC)) { in __check_irq_replay()168 local_paca->irq_happened |= PACA_IRQ_DEC; in __check_irq_replay()169 happened |= PACA_IRQ_DEC; in __check_irq_replay()174 if (happened & PACA_IRQ_DEC) { in __check_irq_replay()175 local_paca->irq_happened &= ~PACA_IRQ_DEC; in __check_irq_replay()238 if (!(happened & PACA_IRQ_DEC)) { in replay_soft_interrupts()240 happened |= PACA_IRQ_DEC; in replay_soft_interrupts()266 if (happened & PACA_IRQ_DEC) { in replay_soft_interrupts()267 local_paca->irq_happened &= ~PACA_IRQ_DEC; in replay_soft_interrupts()481 PACA_IRQ_DEC,
995 masked_interrupt_book3e PACA_IRQ_DEC 0999 masked_interrupt_book3e PACA_IRQ_DEC 0
533 li r10,PACA_IRQ_DEC2903 cmpwi r10,PACA_IRQ_DEC
27 #define PACA_IRQ_DEC 0x08 /* Or FIT */ macro
194 unexpected_mask = ~(PACA_IRQ_DEC | PACA_IRQ_HMI | PACA_IRQ_HARD_DIS); in pnv_cpu_offline_self()