Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dhw_irq.h26 #define PACA_IRQ_EE 0x04 macro
37 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI)
39 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE)
Dexception-64s.h592 #define SOFTEN_VALUE_0x500 PACA_IRQ_EE
598 #define SOFTEN_VALUE_0xea0 PACA_IRQ_EE
/Linux-v4.19/arch/powerpc/kernel/
Dirq.c206 if (happened & PACA_IRQ_EE) { in __check_irq_replay()
207 local_paca->irq_happened &= ~PACA_IRQ_EE; in __check_irq_replay()
444 PACA_IRQ_EE,
445 PACA_IRQ_EE,
509 local_paca->irq_happened |= PACA_IRQ_EE; in force_external_irq_replay()
Dexceptions-64e.S977 masked_interrupt_book3e PACA_IRQ_EE 1
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c2695 local_paca->irq_happened |= PACA_IRQ_EE; in set_irq_happened()