Searched refs:fpu_ctx (Results 1 – 1 of 1) sorted by relevance
375 struct fpu_context __user *fpu_ctx = (struct fpu_context *)get_ctx_through_ctxinfo(info); in protected_save_fpu_context() local 376 uint64_t __user *regs = (uint64_t *)&fpu_ctx->regs; in protected_save_fpu_context() 377 uint64_t __user *fcc = &fpu_ctx->fcc; in protected_save_fpu_context() 378 uint32_t __user *fcsr = &fpu_ctx->fcsr; in protected_save_fpu_context() 383 err = save_hw_fpu_context(fpu_ctx); in protected_save_fpu_context() 385 err = copy_fpu_to_sigcontext(fpu_ctx); in protected_save_fpu_context() 409 struct fpu_context __user *fpu_ctx = (struct fpu_context *)get_ctx_through_ctxinfo(info); in protected_restore_fpu_context() local 410 uint64_t __user *regs = (uint64_t *)&fpu_ctx->regs; in protected_restore_fpu_context() 411 uint64_t __user *fcc = &fpu_ctx->fcc; in protected_restore_fpu_context() 412 uint32_t __user *fcsr = &fpu_ctx in protected_restore_fpu_context() [all...]