Searched refs:thread_fp_state (Results 1 – 5 of 5) sorted by relevance
159 struct thread_fp_state { struct227 struct thread_fp_state fp_state;228 struct thread_fp_state *fp_save_area;285 struct thread_fp_state transact_fp;390 extern void load_fp_state(struct thread_fp_state *fp);391 extern void store_fp_state(struct thread_fp_state *fp);
427 struct thread_fp_state fp;557 struct thread_fp_state fp_tm;
378 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()379 offsetof(struct thread_fp_state, fpr[32][0])); in fpr_get()406 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()407 offsetof(struct thread_fp_state, fpr[32][0])); in fpr_set()
546 sizeof(struct thread_fp_state)); in tm_reclaim_thread()
97 DEFINE(FPSTATE_FPSCR, offsetof(struct thread_fp_state, fpscr)); in main()