Searched refs:PACA_IRQ_HARD_DIS (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | irq.c | 158 if (happened & PACA_IRQ_HARD_DIS) { in __check_irq_replay() 159 local_paca->irq_happened &= ~PACA_IRQ_HARD_DIS; in __check_irq_replay() 207 local_paca->irq_happened |= PACA_IRQ_HARD_DIS; in restore_interrupts() 232 if (happened & PACA_IRQ_HARD_DIS) { in replay_soft_interrupts() 262 if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) in replay_soft_interrupts() 270 if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) in replay_soft_interrupts() 278 if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) in replay_soft_interrupts() 289 if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) in replay_soft_interrupts() 298 if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) in replay_soft_interrupts() 303 if (happened & ~PACA_IRQ_HARD_DIS) { in replay_soft_interrupts() [all …]
|
| D | idle_book3e.S | 73 ori r10,r10,PACA_IRQ_HARD_DIS
|
| D | syscall_64.c | 133 local_paca->irq_happened |= PACA_IRQ_HARD_DIS; in prep_irq_for_enabled_exit() 390 local_paca->irq_happened &= ~PACA_IRQ_HARD_DIS; in interrupt_exit_kernel_prepare()
|
| D | head_64.S | 768 li r0,PACA_IRQ_HARD_DIS 823 li r0,PACA_IRQ_HARD_DIS 986 li r0,PACA_IRQ_HARD_DIS
|
| D | exceptions-64s.S | 1037 ori r10,r10,PACA_IRQ_HARD_DIS 1216 ori r10,r10,PACA_IRQ_HARD_DIS 2860 ori r10,r10,PACA_IRQ_HARD_DIS 2921 ori r11,r11,PACA_IRQ_HARD_DIS
|
| D | exceptions-64e.S | 969 ori r10,r10,\paca_irq | PACA_IRQ_HARD_DIS 1251 rlwinm r7,r7,0,~PACA_IRQ_HARD_DIS 1293 ori r4,r4,PACA_IRQ_HARD_DIS
|
| D | entry_64.S | 293 li r12,PACA_IRQ_HARD_DIS
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | hw_irq.h | 24 #define PACA_IRQ_HARD_DIS 0x01 macro 240 local_paca->irq_happened |= PACA_IRQ_HARD_DIS; \ 251 return !!(irq_happened & ~PACA_IRQ_HARD_DIS); in __lazy_irq_pending() 281 get_paca()->irq_happened &= ~PACA_IRQ_HARD_DIS; in may_hard_irq_enable()
|
| D | irqflags.h | 54 ori __rB,__rB,PACA_IRQ_HARD_DIS; \ 68 ori __rA,__rA,PACA_IRQ_HARD_DIS; \
|
| D | kvm_ppc.h | 1011 WARN_ON(local_paca->irq_happened != PACA_IRQ_HARD_DIS); in kvmppc_fix_ee_before_entry()
|
| /Linux-v5.10/arch/powerpc/platforms/powernv/ |
| D | smp.c | 194 unexpected_mask = ~(PACA_IRQ_DEC | PACA_IRQ_HMI | PACA_IRQ_HARD_DIS); in pnv_cpu_offline_self() 201 local_paca->irq_happened = PACA_IRQ_HARD_DIS; in pnv_cpu_offline_self()
|