Lines Matching refs:MSR_FP
136 if (tsk->thread.regs->msr & MSR_FP) { in flush_fp_to_thread()
160 if (current->thread.regs && (current->thread.regs->msr & MSR_FP)) in enable_kernel_fp()
544 if (msr_diff & MSR_FP) in tm_reclaim_thread()
551 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX | MSR_FE0 | MSR_FE1; in tm_reclaim_thread()
694 if (msr & MSR_FP) { in tm_recheckpoint_new_task()
697 (MSR_FP | new->thread.fpexc_mode); in tm_recheckpoint_new_task()
745 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX; in restore_tm_state()
746 if (msr_diff & MSR_FP) { in restore_tm_state()
796 if (prev->thread.regs && (prev->thread.regs->msr & MSR_FP)) in __switch_to()
970 {MSR_FP, "FP"},
1384 if (regs != NULL && (regs->msr & MSR_FP) != 0) in set_fpexc_mode()