Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsignal.h35 extern unsigned long copy_vsx_to_user(void __user *to,
Dsignal_64.c133 err |= copy_vsx_to_user(v_regs, current); in setup_sigcontext()
251 err |= copy_vsx_to_user(v_regs, current); in setup_tm_sigcontexts()
256 err |= copy_vsx_to_user(tm_v_regs, current); in setup_tm_sigcontexts()
Dsignal_32.c293 unsigned long copy_vsx_to_user(void __user *to, in copy_vsx_to_user() function
453 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_user_regs()
586 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_tm_user_regs()
593 if (copy_vsx_to_user(&tm_frame->mc_vsregs, current)) in save_tm_user_regs()