Lines Matching refs:vector128
138 33 * sizeof(vector128), efault_out); in __unsafe_setup_sigcontext()
242 33 * sizeof(vector128)); in setup_tm_sigcontexts()
249 33 * sizeof(vector128)); in setup_tm_sigcontexts()
253 33 * sizeof(vector128)); in setup_tm_sigcontexts()
383 if (v_regs && !access_ok(v_regs, 34 * sizeof(vector128))) 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()
505 if (v_regs && !access_ok(v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts()
507 if (tm_v_regs && !access_ok(tm_v_regs, 34 * sizeof(vector128))) 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()