Home
last modified time | relevance | path

Searched refs:PACA_IRQ_DEC (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dirq.c137 if (happened & PACA_IRQ_DEC) { in __check_irq_replay()
138 local_paca->irq_happened &= ~PACA_IRQ_DEC; in __check_irq_replay()
225 if (local_paca->irq_happened & PACA_IRQ_DEC) { in replay_soft_interrupts()
226 local_paca->irq_happened &= ~PACA_IRQ_DEC; in replay_soft_interrupts()
465 PACA_IRQ_DEC,
H A Dexceptions-64e.S995 masked_interrupt_book3e PACA_IRQ_DEC 0
999 masked_interrupt_book3e PACA_IRQ_DEC 0
H A Dexceptions-64s.S533 li r10,PACA_IRQ_DEC
2906 cmpwi r10,PACA_IRQ_DEC
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhw_irq.h27 #define PACA_IRQ_DEC 0x08 /* Or FIT */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsmp.c194 unexpected_mask = ~(PACA_IRQ_DEC | PACA_IRQ_HMI | PACA_IRQ_HARD_DIS); in pnv_cpu_offline_self()