Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
Dsignal.c392 static int protected_save_fpu_context(struct extctx_layout *extctx) in protected_save_fpu_context() argument
395 struct sctx_info __user *info = extctx->fpu.addr; in protected_save_fpu_context()
410 err |= __put_user(extctx->fpu.size, &info->size); in protected_save_fpu_context()
426 static int protected_restore_fpu_context(struct extctx_layout *extctx) in protected_restore_fpu_context() argument
429 struct sctx_info __user *info = extctx->fpu.addr; in protected_restore_fpu_context()
461 static int protected_save_lsx_context(struct extctx_layout *extctx) in protected_save_lsx_context() argument
464 struct sctx_info __user *info = extctx->lsx.addr; in protected_save_lsx_context()
482 err |= __put_user(extctx->lsx.size, &info->size); in protected_save_lsx_context()
498 static int protected_restore_lsx_context(struct extctx_layout *extctx) in protected_restore_lsx_context() argument
501 struct sctx_info __user *info = extctx->lsx.addr; in protected_restore_lsx_context()
[all …]