Searched refs:is_implicit_soft_masked (Results 1 – 1 of 1) sorted by relevance
83 static inline bool is_implicit_soft_masked(struct pt_regs *regs) in is_implicit_soft_masked() function100 static inline bool is_implicit_soft_masked(struct pt_regs *regs) in is_implicit_soft_masked() function168 BUG_ON(is_implicit_soft_masked(regs)); in interrupt_enter_prepare()268 if (!(regs->msr & MSR_EE) || is_implicit_soft_masked(regs)) { in interrupt_nmi_enter_prepare()
Completed in 5 milliseconds