Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dirq.c210 if (happened & PACA_IRQ_EE_EDGE) { in __check_irq_replay()
211 local_paca->irq_happened &= ~PACA_IRQ_EE_EDGE; in __check_irq_replay()
/Linux-v5.4/arch/powerpc/include/asm/
Dhw_irq.h28 #define PACA_IRQ_EE_EDGE 0x10 /* BookE only */ macro