Home
last modified time | relevance | path

Searched refs:PACA_IRQ_PMI (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dhw_irq.h30 #define PACA_IRQ_PMI 0x40 macro
37 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI)
Dexception-64s.h599 #define SOFTEN_VALUE_0xf00 PACA_IRQ_PMI
/Linux-v4.19/arch/powerpc/kernel/
Dirq.c201 if (happened & PACA_IRQ_PMI) { in __check_irq_replay()
202 local_paca->irq_happened &= ~PACA_IRQ_PMI; in __check_irq_replay()