Home
last modified time | relevance | path

Searched refs:PACA_IRQ_HARD_DIS (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
Dirq.c158 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 …]
Didle_book3e.S73 ori r10,r10,PACA_IRQ_HARD_DIS
Dsyscall_64.c133 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()
Dhead_64.S768 li r0,PACA_IRQ_HARD_DIS
823 li r0,PACA_IRQ_HARD_DIS
986 li r0,PACA_IRQ_HARD_DIS
Dexceptions-64s.S1037 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
Dexceptions-64e.S969 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
Dentry_64.S293 li r12,PACA_IRQ_HARD_DIS
/Linux-v5.10/arch/powerpc/include/asm/
Dhw_irq.h24 #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()
Dirqflags.h54 ori __rB,__rB,PACA_IRQ_HARD_DIS; \
68 ori __rA,__rA,PACA_IRQ_HARD_DIS; \
Dkvm_ppc.h1011 WARN_ON(local_paca->irq_happened != PACA_IRQ_HARD_DIS); in kvmppc_fix_ee_before_entry()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dsmp.c194 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()