Home
last modified time | relevance | path

Searched refs:irq_soft_mask_regs_set_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/powerpc/include/asm/
Dhw_irq.h390 static inline void irq_soft_mask_regs_set_state(struct pt_regs *regs, unsigned long val) in irq_soft_mask_regs_set_state() function
469 static inline void irq_soft_mask_regs_set_state(struct pt_regs *regs, unsigned long val) in irq_soft_mask_regs_set_state() function
/Linux-v6.1/arch/powerpc/kernel/
Dsyscall.c75 irq_soft_mask_regs_set_state(regs, IRQS_ENABLED); in system_call_exception()