Searched refs:unsafe_copy_to_user (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsignal.h132 unsafe_copy_to_user(to, (task)->thread.fp_state.fpr, \
155 unsafe_copy_to_user(to, (task)->thread.ckfp_state.fpr, \
H A Dsignal_32.c137 unsafe_copy_to_user(__us, __s, sizeof(*__us), label); \
148 unsafe_copy_to_user(&frame->mc_gregs, regs, GP_REGS_SIZE, failed);
279 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.vr_state,
318 unsafe_copy_to_user(&frame->mc_vregs, current->thread.evr,
386 unsafe_copy_to_user(&frame->mc_vregs, &current->thread.ckvr_state,
389 unsafe_copy_to_user(&tm_frame->mc_vregs,
393 unsafe_copy_to_user(&tm_frame->mc_vregs,
H A Dsignal_64.c142 unsafe_copy_to_user(v_regs, &tsk->thread.vr_state,
180 unsafe_copy_to_user(&sc->gp_regs, regs, GP_REGS_SIZE, efault_out);
691 unsafe_copy_to_user(&old_ctx->uc_sigmask, &current->blocked,
913 unsafe_copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set), badframe_block);
/linux-master/include/linux/
H A Duaccess.h425 #define unsafe_copy_to_user(d,s,l,e) unsafe_op_wrap(__copy_to_user(d,s,l),e) macro
H A Dcompat.h524 unsafe_copy_to_user(__c, __s, sizeof(*__c), label); \
/linux-master/arch/powerpc/include/asm/
H A Duaccess.h464 #define unsafe_copy_to_user(d, s, l, e) \ macro
/linux-master/net/core/
H A Dscm.c252 unsafe_copy_to_user(CMSG_USER_DATA(cm), data,
/linux-master/fs/
H A Dreaddir.c83 unsafe_copy_to_user(dst, src, len, label); \
/linux-master/arch/x86/include/asm/
H A Duaccess.h610 #define unsafe_copy_to_user(_dst,_src,_len,label) \ macro

Completed in 193 milliseconds