Searched refs:thread_fp_state (Results 1 – 6 of 6) sorted by relevance
94 struct thread_fp_state { struct168 struct thread_fp_state fp_state;169 struct thread_fp_state *fp_save_area;223 struct thread_fp_state ckfp_state; /* Checkpointed FP state */327 extern void load_fp_state(struct thread_fp_state *fp);328 extern void store_fp_state(struct thread_fp_state *fp);
530 struct thread_fp_state fp;658 struct thread_fp_state fp_tm;
93 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm()112 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
74 #define TFSO(f) (offsetof(struct thread_fp_state, f))461 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()462 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()508 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()509 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
113 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
867 sizeof(struct thread_fp_state)); in tm_reclaim_thread()