Lines Matching full:33

141 		/* Copy 33 vec registers (vr0..31 and vscr) to the stack */  in __unsafe_setup_sigcontext()
143 33 * sizeof(vector128), efault_out); in __unsafe_setup_sigcontext()
152 unsafe_put_user(tsk->thread.vrsave, (u32 __user *)&v_regs[33], efault_out); in __unsafe_setup_sigcontext()
245 /* Copy 33 vec registers (vr0..31 and vscr) to the stack */ in setup_tm_sigcontexts()
247 33 * sizeof(vector128)); in setup_tm_sigcontexts()
254 33 * sizeof(vector128)); in setup_tm_sigcontexts()
258 33 * sizeof(vector128)); in setup_tm_sigcontexts()
270 err |= __put_user(tsk->thread.ckvrsave, (u32 __user *)&v_regs[33]); in setup_tm_sigcontexts()
273 (u32 __user *)&tm_v_regs[33]); in setup_tm_sigcontexts()
276 (u32 __user *)&tm_v_regs[33]); in setup_tm_sigcontexts()
393 /* Copy 33 vec registers (vr0..31 and vscr) from the stack */ in __unsafe_restore_sigcontext()
396 33 * sizeof(vector128), efault_out); in __unsafe_restore_sigcontext()
399 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in __unsafe_restore_sigcontext()
403 unsafe_get_user(tsk->thread.vrsave, (u32 __user *)&v_regs[33], efault_out); in __unsafe_restore_sigcontext()
517 /* Copy 33 vec registers (vr0..31 and vscr) from the stack */ in restore_tm_sigcontexts()
520 33 * sizeof(vector128)); in restore_tm_sigcontexts()
522 33 * sizeof(vector128)); in restore_tm_sigcontexts()
526 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
527 memset(&tsk->thread.ckvr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
532 (u32 __user *)&v_regs[33]); in restore_tm_sigcontexts()
534 (u32 __user *)&tm_v_regs[33]); in restore_tm_sigcontexts()