Searched refs:__put_user_error (Results 1 – 4 of 4) sorted by relevance
| /arch/arm64/kernel/ |
| A D | signal32.c | 109 __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() 398 __put_user_error(0, &aux->end_magic, err); in compat_setup_sigframe() 419 __put_user_error(0, &frame->sig.uc.uc_flags, err); in compat_setup_rt_frame() 420 __put_user_error(0, &frame->sig.uc.uc_link, err); in compat_setup_rt_frame() [all …]
|
| A D | signal.c | 383 __put_user_error(vl, &ctx->vl, err); in preserve_sve_context() 384 __put_user_error(flags, &ctx->flags, err); in preserve_sve_context() 539 __put_user_error(vl, &ctx->vl, err); in preserve_za_context() 611 __put_user_error(1, &ctx->nregs, err); in preserve_zt_context() 681 __put_user_error(gcspr, &ctx->gcspr, err); in preserve_gcs_context() 682 __put_user_error(0, &ctx->reserved, err); in preserve_gcs_context() 683 __put_user_error(current->thread.gcs_el0_mode, in preserve_gcs_context() 1341 __put_user_error(0, &end->magic, err); in setup_sigframe() 1342 __put_user_error(0, &end->size, err); in setup_sigframe() 1350 __put_user_error(0, &end->magic, err); in setup_sigframe() [all …]
|
| /arch/riscv/include/asm/ |
| A D | uaccess.h | 337 #define __put_user_error(x, ptr, err) \ macro 376 __put_user_error(__val, __gu_ptr, __pu_err); \
|
| /arch/arm64/include/asm/ |
| A D | uaccess.h | 348 #define __put_user_error(x, ptr, err) \ macro 365 __put_user_error((x), (ptr), __pu_err); \
|
Completed in 12 milliseconds