Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dirq_64.c150 if (irq_happened_test_and_clear(PACA_IRQ_EE)) { in __replay_soft_interrupts()
435 PACA_IRQ_EE,
436 PACA_IRQ_EE,
513 local_paca->irq_happened |= PACA_IRQ_EE; in force_external_irq_replay()
H A Dexceptions-64e.S966 masked_interrupt_book3e PACA_IRQ_EE 1
H A Dexceptions-64s.S468 li r10,PACA_IRQ_EE
/linux/arch/powerpc/include/asm/
H A Dhw_irq.h35 #define PACA_IRQ_EE 0x04 macro
47 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI|PACA_IRQ_REPLAYING)
49 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_REPLAYING)
/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c196 if (local_paca->irq_happened & PACA_IRQ_EE) in pnv_cpu_offline_self()