Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dhw_irq.h26 #define PACA_IRQ_DEC 0x08 /* Or FIT */ macro
Dexception-64s.h423 #define SOFTEN_VALUE_0x900 PACA_IRQ_DEC
424 #define SOFTEN_VALUE_0x982 PACA_IRQ_DEC
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsmp.c183 local_paca->irq_happened &= ~(PACA_IRQ_DEC | PACA_IRQ_HMI); in pnv_smp_cpu_kill_self()
/linux-4.4.14/arch/powerpc/kernel/
Dirq.c161 local_paca->irq_happened &= ~PACA_IRQ_DEC; in __check_irq_replay()
162 if ((happened & PACA_IRQ_DEC) || decrementer_check_overflow()) in __check_irq_replay()
Dexceptions-64e.S962 masked_interrupt_book3e PACA_IRQ_DEC 0
966 masked_interrupt_book3e PACA_IRQ_DEC 0
Dexceptions-64s.S650 cmpwi r10,PACA_IRQ_DEC; \