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

/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h98 static inline bool is_implicit_soft_masked(struct pt_regs *regs) function
120 static inline bool is_implicit_soft_masked(struct pt_regs *regs) function
194 INT_SOFT_MASK_BUG_ON(regs, is_implicit_soft_masked(regs));
296 if (!(regs->msr & MSR_EE) || is_implicit_soft_masked(regs)) {

Completed in 133 milliseconds