Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dsignal.h28 extern unsigned long copy_fpr_from_user(struct task_struct *task,
Dsignal_32.c256 unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user() function
358 inline unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user() function
688 if (copy_fpr_from_user(current, &sr->mc_fregs)) in restore_user_regs()
803 if (copy_fpr_from_user(current, &sr->mc_fregs) || in restore_tm_user_regs()
Dsignal_64.c405 err |= copy_fpr_from_user(tsk, &sc->fp_regs); in restore_sigcontext()
551 err |= copy_fpr_from_user(tsk, &tm_sc->fp_regs); in restore_tm_sigcontexts()