Lines Matching refs:vector128
106 33 * sizeof(vector128)); in setup_sigcontext()
212 33 * sizeof(vector128)); in setup_tm_sigcontexts()
219 33 * sizeof(vector128)); in setup_tm_sigcontexts()
223 33 * sizeof(vector128)); in setup_tm_sigcontexts()
361 if (v_regs && !access_ok(VERIFY_READ, v_regs, 34 * sizeof(vector128))) in restore_sigcontext()
366 33 * sizeof(vector128)); in restore_sigcontext()
368 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_sigcontext()
481 if (v_regs && !access_ok(VERIFY_READ, v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts()
484 tm_v_regs, 34 * sizeof(vector128))) in restore_tm_sigcontexts()
489 33 * sizeof(vector128)); in restore_tm_sigcontexts()
491 33 * sizeof(vector128)); in restore_tm_sigcontexts()
494 memset(¤t->thread.vr_state, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()
495 memset(¤t->thread.transact_vr, 0, 33 * sizeof(vector128)); in restore_tm_sigcontexts()