Home
last modified time | relevance | path

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

/openbmc/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()
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()
395 __put_user_error(0, &aux->end_magic, err); in compat_setup_sigframe()
416 __put_user_error(0, &frame->sig.uc.uc_flags, err); in compat_setup_rt_frame()
417 __put_user_error(0, &frame->sig.uc.uc_link, err); in compat_setup_rt_frame()
[all …]
H A Dsignal.c195 __put_user_error(fpsimd->fpsr, &ctx->fpsr, err); in preserve_fpsimd_context()
196 __put_user_error(fpsimd->fpcr, &ctx->fpcr, err); in preserve_fpsimd_context()
254 __put_user_error(vl, &ctx->vl, err); in preserve_sve_context()
255 __put_user_error(flags, &ctx->flags, err); in preserve_sve_context()
424 __put_user_error(vl, &ctx->vl, err); in preserve_za_context()
511 __put_user_error(1, &ctx->nregs, err); in preserve_zt_context()
1030 __put_user_error(0, &end->magic, err); in setup_sigframe()
1031 __put_user_error(0, &end->size, err); in setup_sigframe()
1039 __put_user_error(0, &end->magic, err); in setup_sigframe()
1040 __put_user_error(0, &end->size, err); in setup_sigframe()
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h321 #define __put_user_error(x, ptr, err) \ macro
336 __put_user_error((x), (ptr), __pu_err); \