Lines Matching refs:vector128
119 33 * sizeof(vector128)); in setup_sigcontext()
223 33 * sizeof(vector128)); in setup_tm_sigcontexts()
230 33 * sizeof(vector128)); in setup_tm_sigcontexts()
234 33 * sizeof(vector128)); in setup_tm_sigcontexts()
372 if (v_regs && !access_ok(VERIFY_READ, v_regs, 34 * sizeof(vector128))) in restore_sigcontext()
377 33 * sizeof(vector128)); in restore_sigcontext()
379 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext()
492 if (v_regs && !access_ok(VERIFY_READ, v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts()
495 tm_v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts()
500 33 * sizeof(vector128)); in restore_tm_sigcontexts()
502 33 * sizeof(vector128)); in restore_tm_sigcontexts()
505 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
506 memset(¤t->thread.transact_vr, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()