Home
last modified time | relevance | path

Searched refs:PACA_IRQ_EE_EDGE (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dhw_irq.h27 #define PACA_IRQ_EE_EDGE 0x10 /* BookE only */ macro
/arch/powerpc/kernel/
Dirq.c175 local_paca->irq_happened &= ~PACA_IRQ_EE_EDGE; in __check_irq_replay()
176 if (happened & PACA_IRQ_EE_EDGE) in __check_irq_replay()