Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dsignal32.c109 __put_user_error(magic, &frame->magic, err); in compat_preserve_vfp_context()
110 __put_user_error(size, &frame->size, err); in compat_preserve_vfp_context()
121 __put_user_error(vreg.lo, &frame->ufp.fpregs[i], err); in compat_preserve_vfp_context()
122 __put_user_error(vreg.hi, &frame->ufp.fpregs[i + 1], err); in compat_preserve_vfp_context()
128 __put_user_error(fpscr, &frame->ufp.fpscr, err); in compat_preserve_vfp_context()
135 __put_user_error(fpexc, &frame->ufp_exc.fpexc, err); in compat_preserve_vfp_context()
136 __put_user_error(0, &frame->ufp_exc.fpinst, err); in compat_preserve_vfp_context()
137 __put_user_error(0, &frame->ufp_exc.fpinst2, err); in compat_preserve_vfp_context()
367 __put_user_error(regs->regs[0], &sf->uc.uc_mcontext.arm_r0, err); in compat_setup_sigframe()
368 __put_user_error(regs->regs[1], &sf->uc.uc_mcontext.arm_r1, err); in compat_setup_sigframe()
[all …]
H A Dsignal.c261 __put_user_error(fpsimd->fpsr, &ctx->fpsr, err); in preserve_fpsimd_context()
262 __put_user_error(fpsimd->fpcr, &ctx->fpcr, err); in preserve_fpsimd_context()
265 __put_user_error(FPSIMD_MAGIC, &ctx->head.magic, err); in preserve_fpsimd_context()
266 __put_user_error(sizeof(struct fpsimd_context), &ctx->head.size, err); in preserve_fpsimd_context()
311 __put_user_error(FPMR_MAGIC, &ctx->head.magic, err); in preserve_fpmr_context()
312 __put_user_error(sizeof(*ctx), &ctx->head.size, err); in preserve_fpmr_context()
313 __put_user_error(current->thread.uw.fpmr, &ctx->fpmr, err); in preserve_fpmr_context()
338 __put_user_error(POE_MAGIC, &ctx->head.magic, err); in preserve_poe_context()
339 __put_user_error(sizeof(*ctx), &ctx->head.size, err); in preserve_poe_context()
340 __put_user_error(ua_state->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); \
/linux/arch/arm64/include/asm/
H A Duaccess.h346 #define __put_user_error(x, ptr, err) \ macro
363 __put_user_error((x), (ptr), __pu_err); \