Home
last modified time | relevance | path

Searched refs:thread_fp_state (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dprocessor.h182 struct thread_fp_state { struct
250 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);
Dkvm_host.h495 struct thread_fp_state fp;
628 struct thread_fp_state fp_tm;
/arch/powerpc/kernel/
Dptrace.c70 #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()
Dasm-offsets.c105 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
Dprocess.c870 sizeof(struct thread_fp_state)); in tm_reclaim_thread()