Lines Matching full:33

121 		/* Copy 33 vec registers (vr0..31 and vscr) to the stack */  in setup_sigcontext()
123 33 * sizeof(vector128)); in setup_sigcontext()
138 err |= __put_user(vrsave, (u32 __user *)&v_regs[33]); in setup_sigcontext()
231 /* Copy 33 vec registers (vr0..31 and vscr) to the stack */ in setup_tm_sigcontexts()
233 33 * sizeof(vector128)); in setup_tm_sigcontexts()
240 33 * sizeof(vector128)); in setup_tm_sigcontexts()
244 33 * sizeof(vector128)); in setup_tm_sigcontexts()
256 err |= __put_user(tsk->thread.ckvrsave, (u32 __user *)&v_regs[33]); in setup_tm_sigcontexts()
259 (u32 __user *)&tm_v_regs[33]); in setup_tm_sigcontexts()
262 (u32 __user *)&tm_v_regs[33]); in setup_tm_sigcontexts()
377 /* Copy 33 vec registers (vr0..31 and vscr) from the stack */ in restore_sigcontext()
380 33 * sizeof(vector128)); in restore_sigcontext()
383 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext()
387 err |= __get_user(tsk->thread.vrsave, (u32 __user *)&v_regs[33]); in restore_sigcontext()
498 /* Copy 33 vec registers (vr0..31 and vscr) from the stack */ in restore_tm_sigcontexts()
501 33 * sizeof(vector128)); in restore_tm_sigcontexts()
503 33 * sizeof(vector128)); in restore_tm_sigcontexts()
507 memset(&tsk->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
508 memset(&tsk->thread.ckvr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
513 (u32 __user *)&v_regs[33]); in restore_tm_sigcontexts()
515 (u32 __user *)&tm_v_regs[33]); in restore_tm_sigcontexts()