Searched refs:thread_fp_state (Results 1 – 5 of 5) sorted by relevance
182 struct thread_fp_state { struct250 struct thread_fp_state fp_state;251 struct thread_fp_state *fp_save_area;308 struct thread_fp_state ckfp_state; /* Checkpointed FP state */407 extern void load_fp_state(struct thread_fp_state *fp);408 extern void store_fp_state(struct thread_fp_state *fp);
495 struct thread_fp_state fp;628 struct thread_fp_state fp_tm;
70 #define TFSO(f) (offsetof(struct thread_fp_state, f))440 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()441 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()487 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()488 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
105 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
870 sizeof(struct thread_fp_state)); in tm_reclaim_thread()