Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c105 static inline bool msr_tm_active(unsigned long msr) in msr_tm_active() function
112 return msr_tm_active(tsk->thread.regs->msr) && in tm_active_with_fp()
118 return msr_tm_active(tsk->thread.regs->msr) && in tm_active_with_altivec()
122 static inline bool msr_tm_active(unsigned long msr) { return false; } in msr_tm_active() function
250 if(!msr_tm_active(cpumsr) && msr_tm_active(current->thread.regs->msr)) in enable_kernel_fp()
314 if(!msr_tm_active(cpumsr) && msr_tm_active(current->thread.regs->msr)) in enable_kernel_altivec()
400 if(!msr_tm_active(cpumsr) && msr_tm_active(current->thread.regs->msr)) in enable_kernel_vsx()
533 if (!msr_tm_active(regs->msr) && in restore_math()