Lines Matching refs:thread
72 struct mips_abi *abi = current->thread.abi;
81 __put_user(get_fpr64(¤t->thread.fpu.fpr[i], 0),
84 err |= __put_user(current->thread.fpu.fcr31, csr);
91 struct mips_abi *abi = current->thread.abi;
101 set_fpr64(¤t->thread.fpu.fpr[i], 0, fpr_val);
103 err |= __get_user(current->thread.fpu.fcr31, csr);
127 struct mips_abi *abi = current->thread.abi;
136 struct mips_abi *abi = current->thread.abi;
194 err = __put_user(current->thread.fpu.msacsr, &msa->csr);
197 val = get_fpr64(¤t->thread.fpu.fpr[i], 1);
240 current->thread.fpu.msacsr = csr;
244 set_fpr64(¤t->thread.fpu.fpr[i], 1, val);
326 struct mips_abi *abi = current->thread.abi;
379 struct mips_abi *abi = current->thread.abi;
819 struct mips_abi *abi = current->thread.abi;
825 * don't have a problem if we reuse the thread's frame for an
884 regs->regs[2] = current->thread.abi->restart;