Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A 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
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c345 if (arch_irqs_disabled() && !arch_irq_disabled_regs(regs)) in exception_common()
1554 if (!arch_irq_disabled_regs(regs)) in program_check_exception()
1610 if (!arch_irq_disabled_regs(regs)) in alignment_exception()
1773 if (!arch_irq_disabled_regs(regs)) in facility_unavailable_exception()
1955 if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs))) in performance_monitor_exception()
2149 if (!arch_irq_disabled_regs(regs)) in SPEFloatingPointException()
2198 if (!arch_irq_disabled_regs(regs)) in SPEFloatingPointRoundException()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dfault.c437 if (!arch_irq_disabled_regs(regs)) in __do_page_fault()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c2358 if (unlikely(!found) && !arch_irq_disabled_regs(regs)) in __perf_event_interrupt()