Searched refs:thread_fp_state (Results 1 – 7 of 7) sorted by relevance
24 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()25 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()49 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()50 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
22 #define TFSO(f) (offsetof(struct thread_fp_state, f))
90 struct thread_fp_state { struct173 struct thread_fp_state fp_state;174 struct thread_fp_state *fp_save_area;229 struct thread_fp_state ckfp_state; /* Checkpointed FP state */331 extern void load_fp_state(struct thread_fp_state *fp);332 extern void store_fp_state(struct thread_fp_state *fp);
537 struct thread_fp_state fp;667 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()
116 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
953 sizeof(struct thread_fp_state)); in tm_reclaim_thread()