Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
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()
364 __put_user_error(regs->regs[0], &sf->uc.uc_mcontext.arm_r0, err); in compat_setup_sigframe()
365 __put_user_error(regs->regs[1], &sf->uc.uc_mcontext.arm_r1, err); in compat_setup_sigframe()
[all …]
Dsignal.c255 __put_user_error(fpsimd->fpsr, &ctx->fpsr, err); in preserve_fpsimd_context()
256 __put_user_error(fpsimd->fpcr, &ctx->fpcr, err); in preserve_fpsimd_context()
259 __put_user_error(FPSIMD_MAGIC, &ctx->head.magic, err); in preserve_fpsimd_context()
260 __put_user_error(sizeof(struct fpsimd_context), &ctx->head.size, err); in preserve_fpsimd_context()
296 __put_user_error(FPMR_MAGIC, &ctx->head.magic, err); in preserve_fpmr_context()
297 __put_user_error(sizeof(*ctx), &ctx->head.size, err); in preserve_fpmr_context()
298 __put_user_error(current->thread.uw.fpmr, &ctx->fpmr, err); in preserve_fpmr_context()
323 __put_user_error(POE_MAGIC, &ctx->head.magic, err); in preserve_poe_context()
324 __put_user_error(sizeof(*ctx), &ctx->head.size, err); in preserve_poe_context()
325 __put_user_error(ua_state->por_el0, &ctx->por_el0, err); in preserve_poe_context()
[all …]
/linux-6.12.1/arch/arm64/include/asm/
Duaccess.h348 #define __put_user_error(x, ptr, err) \ macro
365 __put_user_error((x), (ptr), __pu_err); \