Home
last modified time | relevance | path

Searched refs:PACA_IRQ_HMI (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dhw_irq.h28 #define PACA_IRQ_HMI 0x20 macro
Dexception-64s.h428 #define SOFTEN_VALUE_0xe60 PACA_IRQ_HMI
429 #define SOFTEN_VALUE_0xe62 PACA_IRQ_HMI
/linux-4.1.27/arch/powerpc/kernel/
Dirq.c192 local_paca->irq_happened &= ~PACA_IRQ_HMI; in __check_irq_replay()
193 if (happened & PACA_IRQ_HMI) in __check_irq_replay()
Dexceptions-64s.S659 cmpwi r10,PACA_IRQ_HMI; \