Searched refs:arch_irq_disabled_regs (Results 1 – 6 of 6) sorted by relevance
139 if (!arch_irq_disabled_regs(regs)) in interrupt_enter_prepare()170 if (arch_irq_disabled_regs(regs)) in interrupt_enter_prepare()175 BUG_ON(!arch_irq_disabled_regs(regs) && !(regs->msr & MSR_EE)); in interrupt_enter_prepare()309 if (arch_irq_disabled_regs(regs)) { in interrupt_nmi_exit_prepare()596 if (!arch_irq_disabled_regs(regs)) in interrupt_cond_local_irq_enable()
359 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function432 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
98 BUG_ON(arch_irq_disabled_regs(regs)); in system_call_exception()507 BUG_ON(arch_irq_disabled_regs(regs)); in interrupt_exit_user_prepare()549 if (!arch_irq_disabled_regs(regs)) { in interrupt_exit_kernel_prepare()
296 WARN_ON_ONCE(!arch_irq_disabled_regs(regs)); in DEFINE_INTERRUPT_HANDLER_NMI()
1917 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in DEFINE_INTERRUPT_HANDLER_RAW()
2420 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()