Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsignal.h37 extern unsigned long copy_vsx_from_user(struct task_struct *task,
Dsignal.c69 unsigned long copy_vsx_from_user(struct task_struct *task, in copy_vsx_from_user() function
Dsignal_64.c403 err |= copy_vsx_from_user(tsk, v_regs); in restore_sigcontext()
536 err |= copy_vsx_from_user(tsk, tm_v_regs); in restore_tm_sigcontexts()
Dsignal_32.c545 if (copy_vsx_from_user(current, &sr->mc_vsregs)) in restore_user_regs()
657 if (copy_vsx_from_user(current, &tm_sr->mc_vsregs) || in restore_tm_user_regs()