Lines Matching full:fcc

88 	uint64_t __user *fcc	= &ctx->fcc;  in copy_fpu_to_sigcontext()  local
96 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_fpu_to_sigcontext()
108 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext() local
115 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_fpu_from_sigcontext()
126 uint64_t __user *fcc = &ctx->fcc; in copy_lsx_to_sigcontext() local
135 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_lsx_to_sigcontext()
147 uint64_t __user *fcc = &ctx->fcc; in copy_lsx_from_sigcontext() local
156 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_lsx_from_sigcontext()
167 uint64_t __user *fcc = &ctx->fcc; in copy_lasx_to_sigcontext() local
180 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_lasx_to_sigcontext()
192 uint64_t __user *fcc = &ctx->fcc; in copy_lasx_from_sigcontext() local
205 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_lasx_from_sigcontext()
263 uint64_t __user *fcc = &ctx->fcc; in save_hw_fpu_context() local
266 return _save_fp_context(regs, fcc, fcsr); in save_hw_fpu_context()
272 uint64_t __user *fcc = &ctx->fcc; in restore_hw_fpu_context() local
275 return _restore_fp_context(regs, fcc, fcsr); in restore_hw_fpu_context()
281 uint64_t __user *fcc = &ctx->fcc; in save_hw_lsx_context() local
284 return _save_lsx_context(regs, fcc, fcsr); in save_hw_lsx_context()
290 uint64_t __user *fcc = &ctx->fcc; in restore_hw_lsx_context() local
293 return _restore_lsx_context(regs, fcc, fcsr); in restore_hw_lsx_context()
299 uint64_t __user *fcc = &ctx->fcc; in save_hw_lasx_context() local
302 return _save_lasx_context(regs, fcc, fcsr); in save_hw_lasx_context()
308 uint64_t __user *fcc = &ctx->fcc; in restore_hw_lasx_context() local
311 return _restore_lasx_context(regs, fcc, fcsr); in restore_hw_lasx_context()
377 uint64_t __user *fcc = &fpu_ctx->fcc; in protected_save_fpu_context() local
396 __put_user(0, fcc) | in protected_save_fpu_context()
411 uint64_t __user *fcc = &fpu_ctx->fcc; in protected_restore_fpu_context() local
431 __get_user(tmp, fcc) | in protected_restore_fpu_context()
446 uint64_t __user *fcc = &lsx_ctx->fcc; in protected_save_lsx_context() local
468 __put_user(0, fcc) | in protected_save_lsx_context()
483 uint64_t __user *fcc = &lsx_ctx->fcc; in protected_restore_lsx_context() local
506 __get_user(tmp, fcc) | in protected_restore_lsx_context()
522 uint64_t __user *fcc = &lasx_ctx->fcc; in protected_save_lasx_context() local
546 __put_user(0, fcc) | in protected_save_lasx_context()
562 uint64_t __user *fcc = &lasx_ctx->fcc; in protected_restore_lasx_context() local
587 __get_user(tmp, fcc) | in protected_restore_lasx_context()