thread_fp_state
struct thread_fp_state fp;
struct thread_fp_state fp_tm;
struct thread_fp_state fp_state;
struct thread_fp_state *fp_save_area;
struct thread_fp_state ckfp_state; /* Checkpointed FP state */
extern void load_fp_state(struct thread_fp_state *fp);
extern void store_fp_state(struct thread_fp_state *fp);
OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr);
sizeof(struct thread_fp_state));
#define TFSO(f) (offsetof(struct thread_fp_state, f))
BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) !=
offsetof(struct thread_fp_state, fpr[32]));
BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) !=
offsetof(struct thread_fp_state, fpr[32]));
sizeof(struct thread_fp_state));
sizeof(struct thread_fp_state));