Searched refs:thread_fp_state (Results 1 – 6 of 6) sorted by relevance
194 struct thread_fp_state { struct262 struct thread_fp_state fp_state;263 struct thread_fp_state *fp_save_area;316 struct thread_fp_state ckfp_state; /* Checkpointed FP state */423 extern void load_fp_state(struct thread_fp_state *fp);424 extern void store_fp_state(struct thread_fp_state *fp);
503 struct thread_fp_state fp;633 struct thread_fp_state fp_tm;
104 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm()123 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
72 #define TFSO(f) (offsetof(struct thread_fp_state, f))454 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()455 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()501 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()502 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
105 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
908 sizeof(struct thread_fp_state)); in tm_reclaim_thread()