Searched refs:msr_diff (Results 1 – 1 of 1) sorted by relevance
535 unsigned long msr_diff = 0; in tm_reclaim_thread() local544 msr_diff = thr->ckpt_regs.msr & ~thr->regs->msr; in tm_reclaim_thread()545 if (msr_diff & MSR_FP) in tm_reclaim_thread()548 if (msr_diff & MSR_VEC) in tm_reclaim_thread()552 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX | MSR_FE0 | MSR_FE1; in tm_reclaim_thread()581 thr->regs->msr |= msr_diff; in tm_reclaim_thread()739 unsigned long msr_diff; in restore_tm_state() local745 msr_diff = current->thread.ckpt_regs.msr & ~regs->msr; in restore_tm_state()746 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX; in restore_tm_state()747 if (msr_diff & MSR_FP) { in restore_tm_state()[all …]