Searched refs:unsafe_copy_fpr_to_user (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsignal.h48 #define unsafe_copy_fpr_to_user(to, task, label) do { \ macro
131 #define unsafe_copy_fpr_to_user(to, task, label) \ macro
172 #define unsafe_copy_fpr_to_user(to, task, label) do { if (0) goto label;} while (0) macro
H A Dsignal_32.c296 unsafe_copy_fpr_to_user(&frame->mc_fregs, current, failed);
419 unsafe_copy_fpr_to_user(&tm_frame->mc_fregs, current, failed);
H A Dsignal_64.c157 unsafe_copy_fpr_to_user(&sc->fp_regs, tsk, efault_out);

Completed in 207 milliseconds