Home
last modified time | relevance | path

Searched refs:copy_fpr_from_user (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal.h26 extern unsigned long copy_fpr_from_user(struct task_struct *task,
H A Dsignal.c42 unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user() function
144 inline unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user() function
H A Dsignal_64.c394 err |= copy_fpr_from_user(tsk, &sc->fp_regs); in restore_sigcontext()
525 err |= copy_fpr_from_user(tsk, &tm_sc->fp_regs); in restore_tm_sigcontexts()
H A Dsignal_32.c531 if (copy_fpr_from_user(current, &sr->mc_fregs)) in restore_user_regs()
646 if (copy_fpr_from_user(current, &sr->mc_fregs) || in restore_tm_user_regs()