Searched refs:msr_diff (Results 1 – 1 of 1) sorted by relevance
534 unsigned long msr_diff = 0; in tm_reclaim_thread() local543 msr_diff = thr->tm_orig_msr & ~thr->regs->msr; in tm_reclaim_thread()544 if (msr_diff & MSR_FP) in tm_reclaim_thread()547 if (msr_diff & MSR_VEC) in tm_reclaim_thread()551 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX | MSR_FE0 | MSR_FE1; in tm_reclaim_thread()580 thr->regs->msr |= msr_diff; in tm_reclaim_thread()738 unsigned long msr_diff; in restore_tm_state() local744 msr_diff = current->thread.tm_orig_msr & ~regs->msr; in restore_tm_state()745 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX; in restore_tm_state()746 if (msr_diff & MSR_FP) { in restore_tm_state()[all …]