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))
89 struct thread_vr_state { struct187 struct thread_vr_state vr_state;188 struct thread_vr_state *vr_save_area;228 struct thread_vr_state ckvr_state; /* Checkpointed VR state */342 extern void load_vr_state(struct thread_vr_state *vr);343 extern void store_vr_state(struct thread_vr_state *vr);
541 struct thread_vr_state vr;670 struct thread_vr_state vr_tm;
91 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm()110 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
117 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
974 sizeof(struct thread_vr_state)); in tm_reclaim_thread()
Completed in 18 milliseconds