Home
last modified time | relevance | path

Searched refs:arch_irq_disabled_regs (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dinterrupt.h139 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()
A Dhw_irq.h323 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
396 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
/linux/arch/powerpc/kernel/
A Dinterrupt.c98 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()
A Dwatchdog.c261 WARN_ON_ONCE(!arch_irq_disabled_regs(regs)); in DEFINE_INTERRUPT_HANDLER_NMI()
A Dtraps.c1913 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in DEFINE_INTERRUPT_HANDLER_RAW()
/linux/arch/powerpc/perf/
A Dcore-book3s.c2359 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()

Completed in 14 milliseconds