Home
last modified time | relevance | path

Searched refs:PACA_IRQ_MUST_HARD_MASK (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhw_irq.h36 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI) macro
38 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE) macro
316 if (!(get_paca()->irq_happened & PACA_IRQ_MUST_HARD_MASK)) { in may_hard_irq_enable()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhw_irq.h47 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI|PACA_IRQ_REPLAYING) macro
49 #define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_REPLAYING) macro
374 if (get_paca()->irq_happened & PACA_IRQ_MUST_HARD_MASK) in should_hard_irq_enable()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dinterrupt_64.S561 andi. r10,r11,PACA_IRQ_MUST_HARD_MASK
H A Dexceptions-64s.S2841 * - Else it is one of PACA_IRQ_MUST_HARD_MASK, so hard disable and return.
2861 andi. r9,r9,(PACA_IRQ_MUST_HARD_MASK|PACA_IRQ_HARD_DIS)
2882 1: andi. r10,r10,PACA_IRQ_MUST_HARD_MASK
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dexceptions-64s.S2894 * - Else it is one of PACA_IRQ_MUST_HARD_MASK, so hard disable and return.
2916 1: andi. r10,r10,PACA_IRQ_MUST_HARD_MASK

Completed in 8 milliseconds