Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dsignal.c371 static int protected_save_fpu_context(struct extctx_layout *extctx) in protected_save_fpu_context() argument
374 struct sctx_info __user *info = extctx->fpu.addr; in protected_save_fpu_context()
389 err |= __put_user(extctx->fpu.size, &info->size); in protected_save_fpu_context()
405 static int protected_restore_fpu_context(struct extctx_layout *extctx) in protected_restore_fpu_context() argument
408 struct sctx_info __user *info = extctx->fpu.addr; in protected_restore_fpu_context()
440 static int protected_save_lsx_context(struct extctx_layout *extctx) in protected_save_lsx_context() argument
443 struct sctx_info __user *info = extctx->lsx.addr; in protected_save_lsx_context()
461 err |= __put_user(extctx->lsx.size, &info->size); in protected_save_lsx_context()
477 static int protected_restore_lsx_context(struct extctx_layout *extctx) in protected_restore_lsx_context() argument
480 struct sctx_info __user *info = extctx->lsx.addr; in protected_restore_lsx_context()
[all …]