Home
last modified time | relevance | path

Searched refs:PACA_IRQ_DEC (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dirq.c137 if (happened & PACA_IRQ_DEC) { in __check_irq_replay()
138 local_paca->irq_happened &= ~PACA_IRQ_DEC; in __check_irq_replay()
225 if (local_paca->irq_happened & PACA_IRQ_DEC) { in replay_soft_interrupts()
226 local_paca->irq_happened &= ~PACA_IRQ_DEC; in replay_soft_interrupts()
465 PACA_IRQ_DEC,
H A Dexceptions-64e.S995 masked_interrupt_book3e PACA_IRQ_DEC 0
999 masked_interrupt_book3e PACA_IRQ_DEC 0
H A Dexceptions-64s.S533 li r10,PACA_IRQ_DEC
2906 cmpwi r10,PACA_IRQ_DEC
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dirq_64.c144 if (irq_happened_test_and_clear(PACA_IRQ_DEC)) { in __replay_soft_interrupts()
433 PACA_IRQ_DEC,
H A Dtime.c486 local_paca->irq_happened |= PACA_IRQ_DEC; in timer_rearm_host_dec()
H A Dexceptions-64e.S971 masked_interrupt_book3e PACA_IRQ_DEC 0
975 masked_interrupt_book3e PACA_IRQ_DEC 0
H A Dexceptions-64s.S470 li r10,PACA_IRQ_DEC
2870 cmpwi r10,PACA_IRQ_DEC
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhw_irq.h27 #define PACA_IRQ_DEC 0x08 /* Or FIT */ macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dsmp.c186 * PACA_IRQ_DEC - Decrementer should be ignored. in pnv_cpu_offline_self()
194 unexpected_mask = ~(PACA_IRQ_DEC | PACA_IRQ_HMI | PACA_IRQ_HARD_DIS); in pnv_cpu_offline_self()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhw_irq.h36 #define PACA_IRQ_DEC 0x08 /* Or FIT */ macro
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dsmp.c186 * PACA_IRQ_DEC - Decrementer should be ignored. in pnv_cpu_offline_self()
194 unexpected_mask = ~(PACA_IRQ_DEC | PACA_IRQ_HMI | PACA_IRQ_HARD_DIS); in pnv_cpu_offline_self()

Completed in 18 milliseconds