Searched refs:arch_irq_disabled_regs (Results 1 – 7 of 7) sorted by relevance
155 if (!arch_irq_disabled_regs(regs)) in interrupt_enter_prepare()213 INT_SOFT_MASK_BUG_ON(regs, arch_irq_disabled_regs(regs) && in interrupt_enter_prepare()216 INT_SOFT_MASK_BUG_ON(regs, !arch_irq_disabled_regs(regs) && in interrupt_enter_prepare()384 if (arch_irq_disabled_regs(regs)) { in interrupt_nmi_exit_prepare()673 if (!arch_irq_disabled_regs(regs)) in interrupt_cond_local_irq_enable()
377 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function450 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
345 BUG_ON(arch_irq_disabled_regs(regs)); in interrupt_exit_user_prepare()395 if (!arch_irq_disabled_regs(regs)) { in interrupt_exit_kernel_prepare()
35 BUG_ON(arch_irq_disabled_regs(regs)); in system_call_exception()
376 WARN_ON_ONCE(!arch_irq_disabled_regs(regs)); in DEFINE_INTERRUPT_HANDLER_NMI()
1929 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in DEFINE_INTERRUPT_HANDLER_RAW()
2471 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()