Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dhw_irq.h268 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
347 static inline bool arch_irq_disabled_regs(struct pt_regs *regs) in arch_irq_disabled_regs() function
/Linux-v4.19/arch/powerpc/kernel/
Dtraps.c356 if (arch_irqs_disabled() && !arch_irq_disabled_regs(regs)) in _exception_pkey()
1453 if (!arch_irq_disabled_regs(regs)) in program_check_exception()
1508 if (!arch_irq_disabled_regs(regs)) in alignment_exception()
1659 if (!arch_irq_disabled_regs(regs)) in facility_unavailable_exception()
/Linux-v4.19/arch/powerpc/mm/
Dfault.c456 if (!arch_irq_disabled_regs(regs)) in __do_page_fault()