Home
last modified time | relevance | path

Searched refs:PACA_IRQ_DBELL (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kernel/
Dirq.c179 local_paca->irq_happened &= ~PACA_IRQ_DBELL; in __check_irq_replay()
180 if (happened & PACA_IRQ_DBELL) in __check_irq_replay()
183 local_paca->irq_happened &= ~PACA_IRQ_DBELL; in __check_irq_replay()
184 if (happened & PACA_IRQ_DBELL) { in __check_irq_replay()
Dexceptions-64e.S1007 masked_interrupt_book3e PACA_IRQ_DBELL 0
Dexceptions-64s.S693 1: cmpwi r10,PACA_IRQ_DBELL; \
/arch/powerpc/include/asm/
Dhw_irq.h24 #define PACA_IRQ_DBELL 0x02 macro
Dexception-64s.h514 #define SOFTEN_VALUE_0xa00 PACA_IRQ_DBELL
515 #define SOFTEN_VALUE_0xe80 PACA_IRQ_DBELL
516 #define SOFTEN_VALUE_0xe82 PACA_IRQ_DBELL
/arch/powerpc/platforms/powernv/
Dsmp.c213 local_paca->irq_happened &= ~(PACA_IRQ_EE | PACA_IRQ_DBELL); in pnv_smp_cpu_kill_self()