Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dprocessor.h94 struct thread_fp_state { struct
168 struct thread_fp_state fp_state;
169 struct thread_fp_state *fp_save_area;
223 struct thread_fp_state ckfp_state; /* Checkpointed FP state */
327 extern void load_fp_state(struct thread_fp_state *fp);
328 extern void store_fp_state(struct thread_fp_state *fp);
Dkvm_host.h530 struct thread_fp_state fp;
658 struct thread_fp_state fp_tm;
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_emulate.c93 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm()
112 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
/Linux-v5.4/arch/powerpc/kernel/
Dptrace.c74 #define TFSO(f) (offsetof(struct thread_fp_state, f))
461 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()
462 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()
508 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()
509 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
Dasm-offsets.c113 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
Dprocess.c867 sizeof(struct thread_fp_state)); in tm_reclaim_thread()