Searched refs:thread_vr_state (Results 1 – 6 of 6) sorted by relevance
100 struct thread_vr_state { struct186 struct thread_vr_state vr_state;187 struct thread_vr_state *vr_save_area;224 struct thread_vr_state ckvr_state; /* Checkpointed VR state */329 extern void load_vr_state(struct thread_vr_state *vr);330 extern void store_vr_state(struct thread_vr_state *vr);
539 struct thread_vr_state vr;660 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()
73 #define TVSO(f) (offsetof(struct thread_vr_state, f))561 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()562 offsetof(struct thread_vr_state, vr[32])); in vr_get()611 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()612 offsetof(struct thread_vr_state, vr[32])); in vr_set()
120 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
870 sizeof(struct thread_vr_state)); in tm_reclaim_thread()