Searched refs:arch_irq_disabled_regs (Results 1 – 4 of 4) sorted by relevance
322 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function400 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
345 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()
437 if (!arch_irq_disabled_regs(regs)) in __do_page_fault()
2357 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()