Searched refs:thread_vr_state (Results 1 – 7 of 7) sorted by relevance
53 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()54 offsetof(struct thread_vr_state, vr[32])); in vr_get()87 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()88 offsetof(struct thread_vr_state, vr[32])); in vr_set()
21 #define TVSO(f) (offsetof(struct thread_vr_state, f))
96 struct thread_vr_state { struct191 struct thread_vr_state vr_state;192 struct thread_vr_state *vr_save_area;230 struct thread_vr_state ckvr_state; /* Checkpointed VR state */333 extern void load_vr_state(struct thread_vr_state *vr);334 extern void store_vr_state(struct thread_vr_state *vr);
546 struct thread_vr_state vr;669 struct thread_vr_state vr_tm;
95 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm()114 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
123 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
956 sizeof(struct thread_vr_state)); in tm_reclaim_thread()