Home
last modified time | relevance | path

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

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