Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dinterrupt.h83 static inline bool is_implicit_soft_masked(struct pt_regs *regs) in is_implicit_soft_masked() function
105 static inline bool is_implicit_soft_masked(struct pt_regs *regs) in is_implicit_soft_masked() function
199 BUG_ON(is_implicit_soft_masked(regs)); in interrupt_enter_prepare()
306 if (!(regs->msr & MSR_EE) || is_implicit_soft_masked(regs)) { in interrupt_nmi_enter_prepare()