Lines Matching full:33

136 		/* Copy 33 vec registers (vr0..31 and vscr) to the stack */  in __unsafe_setup_sigcontext()
138 33 * sizeof(vector128), efault_out); in __unsafe_setup_sigcontext()
147 unsafe_put_user(tsk->thread.vrsave, (u32 __user *)&v_regs[33], efault_out); in __unsafe_setup_sigcontext()
240 /* Copy 33 vec registers (vr0..31 and vscr) to the stack */ in setup_tm_sigcontexts()
242 33 * sizeof(vector128)); in setup_tm_sigcontexts()
249 33 * sizeof(vector128)); in setup_tm_sigcontexts()
253 33 * sizeof(vector128)); in setup_tm_sigcontexts()
265 err |= __put_user(tsk->thread.ckvrsave, (u32 __user *)&v_regs[33]); in setup_tm_sigcontexts()
268 (u32 __user *)&tm_v_regs[33]); in setup_tm_sigcontexts()
271 (u32 __user *)&tm_v_regs[33]); in setup_tm_sigcontexts()
385 /* Copy 33 vec registers (vr0..31 and vscr) from the stack */ in __unsafe_restore_sigcontext()
388 33 * sizeof(vector128), efault_out); in __unsafe_restore_sigcontext()
391 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in __unsafe_restore_sigcontext()
395 unsafe_get_user(tsk->thread.vrsave, (u32 __user *)&v_regs[33], efault_out); in __unsafe_restore_sigcontext()
509 /* Copy 33 vec registers (vr0..31 and vscr) from the stack */ in restore_tm_sigcontexts()
512 33 * sizeof(vector128)); in restore_tm_sigcontexts()
514 33 * sizeof(vector128)); in restore_tm_sigcontexts()
518 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
519 memset(&tsk->thread.ckvr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
524 (u32 __user *)&v_regs[33]); in restore_tm_sigcontexts()
526 (u32 __user *)&tm_v_regs[33]); in restore_tm_sigcontexts()