Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dhw_irq.h28 #define PACA_IRQ_HMI 0x20 macro
Dexception-64s.h517 #define SOFTEN_VALUE_0xe60 PACA_IRQ_HMI
518 #define SOFTEN_VALUE_0xe62 PACA_IRQ_HMI
/arch/powerpc/platforms/powernv/
Dsmp.c171 local_paca->irq_happened &= ~(PACA_IRQ_DEC | PACA_IRQ_HMI); in pnv_smp_cpu_kill_self()
/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.S695 cmpwi r10,PACA_IRQ_HMI; \