Lines Matching refs:thread
540 current->thread.TS_FPR(rn) = u.l[0];
547 current->thread.TS_FPR(rn) = u.l[1];
576 u.l[0] = current->thread.TS_FPR(rn);
588 u.l[1] = current->thread.TS_FPR(rn);
629 current->thread.vr_state.vr[rn] = u.v;
655 u.v = current->thread.vr_state.vr[rn];
888 current->thread.fp_state.fpr[reg][0] = buf.d[0];
889 current->thread.fp_state.fpr[reg][1] = buf.d[1];
895 current->thread.vr_state.vr[reg - 32] = buf.v;
919 buf.d[0] = current->thread.fp_state.fpr[reg][0];
920 buf.d[1] = current->thread.fp_state.fpr[reg][1];
926 buf.v = current->thread.vr_state.vr[reg - 32];
2999 if (ea - STACK_INT_FRAME_SIZE <= current->thread.ksp_limit) {