Searched refs:vscr (Results 1 – 6 of 6) sorted by relevance
53 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()87 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
349 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_get()399 BUILD_BUG_ON(TVSO(vscr) != TVSO(vr[32])); in tm_cvmx_set()
329 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec()334 ¤t->thread.vr_state.vscr.u[3]); in emulate_altivec()
118 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
1990 current->thread.vr_state.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
91 vector128 vscr __attribute__((aligned(16))); member