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()172 if (arch_irq_disabled_regs(regs)) in interrupt_enter_prepare()177 BUG_ON(!arch_irq_disabled_regs(regs) && !(regs->msr & MSR_EE)); in interrupt_enter_prepare()311 if (arch_irq_disabled_regs(regs)) { in interrupt_nmi_exit_prepare()598 if (!arch_irq_disabled_regs(regs)) in interrupt_cond_local_irq_enable()
323 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function396 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()508 BUG_ON(arch_irq_disabled_regs(regs)); in interrupt_exit_user_prepare()551 if (!arch_irq_disabled_regs(regs)) { in interrupt_exit_kernel_prepare()
261 WARN_ON_ONCE(!arch_irq_disabled_regs(regs)); in DEFINE_INTERRUPT_HANDLER_NMI()
1913 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in DEFINE_INTERRUPT_HANDLER_RAW()
2359 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()
Completed in 21 milliseconds