Home
last modified time | relevance | path

Searched refs:lsx_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/loongarch/kernel/
Dsignal.c465 struct lsx_context __user *lsx_ctx = (struct lsx_context *)get_ctx_through_ctxinfo(info); in protected_save_lsx_context() local
466 uint64_t __user *regs = (uint64_t *)&lsx_ctx->regs; in protected_save_lsx_context()
467 uint64_t __user *fcc = &lsx_ctx->fcc; in protected_save_lsx_context()
468 uint32_t __user *fcsr = &lsx_ctx->fcsr; in protected_save_lsx_context()
473 err = save_hw_lsx_context(lsx_ctx); in protected_save_lsx_context()
477 err = copy_lsx_to_sigcontext(lsx_ctx); in protected_save_lsx_context()
502 struct lsx_context __user *lsx_ctx = (struct lsx_context *)get_ctx_through_ctxinfo(info); in protected_restore_lsx_context() local
503 uint64_t __user *regs = (uint64_t *)&lsx_ctx->regs; in protected_restore_lsx_context()
504 uint64_t __user *fcc = &lsx_ctx->fcc; in protected_restore_lsx_context()
505 uint32_t __user *fcsr = &lsx_ctx->fcsr; in protected_restore_lsx_context()
[all …]