Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dinterrupt.h175 if (!arch_irq_disabled_regs(regs)) in interrupt_enter_prepare()
195 INT_SOFT_MASK_BUG_ON(regs, arch_irq_disabled_regs(regs) && in interrupt_enter_prepare()
198 INT_SOFT_MASK_BUG_ON(regs, !arch_irq_disabled_regs(regs) && in interrupt_enter_prepare()
365 if (arch_irq_disabled_regs(regs)) { in interrupt_nmi_exit_prepare()
654 if (!arch_irq_disabled_regs(regs)) in interrupt_cond_local_irq_enable()
A Dhw_irq.h396 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
469 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
/linux-6.3-rc2/arch/powerpc/kernel/
A Dinterrupt.c347 BUG_ON(arch_irq_disabled_regs(regs)); in interrupt_exit_user_prepare()
397 if (!arch_irq_disabled_regs(regs)) { in interrupt_exit_kernel_prepare()
A Dsyscall.c35 BUG_ON(arch_irq_disabled_regs(regs)); in system_call_exception()
A Dwatchdog.c376 WARN_ON_ONCE(!arch_irq_disabled_regs(regs)); in DEFINE_INTERRUPT_HANDLER_NMI()
A Dtraps.c1929 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in DEFINE_INTERRUPT_HANDLER_RAW()
/linux-6.3-rc2/arch/powerpc/perf/
A Dcore-book3s.c2470 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()

Completed in 29 milliseconds