Lines Matching refs:vector128
143 33 * sizeof(vector128), efault_out); in __unsafe_setup_sigcontext()
247 33 * sizeof(vector128)); in setup_tm_sigcontexts()
254 33 * sizeof(vector128)); in setup_tm_sigcontexts()
258 33 * sizeof(vector128)); in setup_tm_sigcontexts()
391 if (v_regs && !access_ok(v_regs, 34 * sizeof(vector128))) 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()
513 if (v_regs && !access_ok(v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts()
515 if (tm_v_regs && !access_ok(tm_v_regs, 34 * sizeof(vector128))) 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()