Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dsignal.c288 __put_user_error(fpsimd->fpsr, &ctx->fpsr, err); in preserve_fpsimd_context()
289 __put_user_error(fpsimd->fpcr, &ctx->fpcr, err); in preserve_fpsimd_context()
292 __put_user_error(FPSIMD_MAGIC, &ctx->head.magic, err); in preserve_fpsimd_context()
293 __put_user_error(sizeof(struct fpsimd_context), &ctx->head.size, err); in preserve_fpsimd_context()
338 __put_user_error(FPMR_MAGIC, &ctx->head.magic, err); in preserve_fpmr_context()
339 __put_user_error(sizeof(*ctx), &ctx->head.size, err); in preserve_fpmr_context()
340 __put_user_error(current->thread.uw.fpmr, &ctx->fpmr, err); in preserve_fpmr_context()
370 __put_user_error(POE_MAGIC, &ctx->head.magic, err); in preserve_poe_context()
371 __put_user_error(sizeof(*ctx), &ctx->head.size, err); in preserve_poe_context()
372 __put_user_error(por_el0, &ctx->por_el0, err); in preserve_poe_context()
[all …]
/linux/arch/riscv/include/asm/
H A Duaccess.h347 #define __put_user_error(x, ptr, err) \ macro
386 __put_user_error(__val, __gu_ptr, __pu_err); \