Searched refs:copy_vsx_to_user (Results 1 – 3 of 3) sorted by relevance
33 extern unsigned long copy_vsx_to_user(void __user *to,
152 err |= copy_vsx_to_user(v_regs, current); in setup_sigcontext()277 err |= copy_vsx_to_user(v_regs, current); in setup_tm_sigcontexts()282 err |= copy_vsx_to_user(tm_v_regs, current); in setup_tm_sigcontexts()
292 unsigned long copy_vsx_to_user(void __user *to, in copy_vsx_to_user() function462 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_user_regs()610 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_tm_user_regs()617 if (copy_vsx_to_user(&tm_frame->mc_vsregs, current)) in save_tm_user_regs()