Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h159 struct thread_fp_state { struct
227 struct thread_fp_state fp_state;
228 struct thread_fp_state *fp_save_area;
285 struct thread_fp_state transact_fp;
390 extern void load_fp_state(struct thread_fp_state *fp);
391 extern void store_fp_state(struct thread_fp_state *fp);
Dkvm_host.h427 struct thread_fp_state fp;
557 struct thread_fp_state fp_tm;
/linux-4.4.14/arch/powerpc/kernel/
Dptrace.c378 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()
379 offsetof(struct thread_fp_state, fpr[32][0])); in fpr_get()
406 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()
407 offsetof(struct thread_fp_state, fpr[32][0])); in fpr_set()
Dprocess.c546 sizeof(struct thread_fp_state)); in tm_reclaim_thread()
Dasm-offsets.c97 DEFINE(FPSTATE_FPSCR, offsetof(struct thread_fp_state, fpscr)); in main()