Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dsignal.c519 struct lasx_context __user *lasx_ctx = in protected_save_lasx_context() local
521 uint64_t __user *regs = (uint64_t *)&lasx_ctx->regs; in protected_save_lasx_context()
522 uint64_t __user *fcc = &lasx_ctx->fcc; in protected_save_lasx_context()
523 uint32_t __user *fcsr = &lasx_ctx->fcsr; in protected_save_lasx_context()
528 err = save_hw_lasx_context(lasx_ctx); in protected_save_lasx_context()
534 err = copy_lasx_to_sigcontext(lasx_ctx); in protected_save_lasx_context()
559 struct lasx_context __user *lasx_ctx = in protected_restore_lasx_context() local
562 uint64_t __user *fcc = &lasx_ctx->fcc; in protected_restore_lasx_context()
563 uint32_t __user *fcsr = &lasx_ctx->fcsr; in protected_restore_lasx_context()
572 err = restore_hw_lasx_context(lasx_ctx); in protected_restore_lasx_context()
[all …]