Searched refs:thread_vr_state (Results 1 – 5 of 5) sorted by relevance
165 struct thread_vr_state { struct246 struct thread_vr_state vr_state;247 struct thread_vr_state *vr_save_area;286 struct thread_vr_state transact_vr;392 extern void load_vr_state(struct thread_vr_state *vr);393 extern void store_vr_state(struct thread_vr_state *vr);
436 struct thread_vr_state vr;559 struct thread_vr_state vr_tm;
443 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()444 offsetof(struct thread_vr_state, vr[32])); in vr_get()474 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()475 offsetof(struct thread_vr_state, vr[32])); in vr_set()
549 sizeof(struct thread_vr_state)); in tm_reclaim_thread()
103 DEFINE(VRSTATE_VSCR, offsetof(struct thread_vr_state, vscr)); in main()