Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dhw_irq.h322 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
400 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
/arch/powerpc/kernel/
Dtraps.c345 if (arch_irqs_disabled() && !arch_irq_disabled_regs(regs)) in exception_common()
1556 if (!arch_irq_disabled_regs(regs)) in program_check_exception()
1612 if (!arch_irq_disabled_regs(regs)) in alignment_exception()
1775 if (!arch_irq_disabled_regs(regs)) in facility_unavailable_exception()
1957 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in performance_monitor_exception()
2151 if (!arch_irq_disabled_regs(regs)) in SPEFloatingPointException()
2200 if (!arch_irq_disabled_regs(regs)) in SPEFloatingPointRoundException()
/arch/powerpc/mm/
Dfault.c437 if (!arch_irq_disabled_regs(regs)) in __do_page_fault()
/arch/powerpc/perf/
Dcore-book3s.c2357 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()