Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dsignal.h33 extern unsigned long copy_vsx_to_user(void __user *to,
Dsignal_64.c152 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()
Dsignal_32.c292 unsigned long copy_vsx_to_user(void __user *to, in copy_vsx_to_user() function
462 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()