Searched refs:thread_vr_state (Results 1 – 6 of 6) sorted by relevance
200 struct thread_vr_state { struct279 struct thread_vr_state vr_state;280 struct thread_vr_state *vr_save_area;317 struct thread_vr_state ckvr_state; /* Checkpointed VR state */425 extern void load_vr_state(struct thread_vr_state *vr);426 extern void store_vr_state(struct thread_vr_state *vr);
512 struct thread_vr_state vr;635 struct thread_vr_state vr_tm;
106 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm()125 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
71 #define TVSO(f) (offsetof(struct thread_vr_state, f))554 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()555 offsetof(struct thread_vr_state, vr[32])); in vr_get()601 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()602 offsetof(struct thread_vr_state, vr[32])); in vr_set()
112 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
911 sizeof(struct thread_vr_state)); in tm_reclaim_thread()