Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dprocessor.h194 struct thread_fp_state { struct
262 struct thread_fp_state fp_state;
263 struct thread_fp_state *fp_save_area;
316 struct thread_fp_state ckfp_state; /* Checkpointed FP state */
423 extern void load_fp_state(struct thread_fp_state *fp);
424 extern void store_fp_state(struct thread_fp_state *fp);
Dkvm_host.h503 struct thread_fp_state fp;
633 struct thread_fp_state fp_tm;
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_emulate.c104 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm()
123 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c72 #define TFSO(f) (offsetof(struct thread_fp_state, f))
454 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()
455 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()
501 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()
502 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
Dasm-offsets.c105 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
Dprocess.c908 sizeof(struct thread_fp_state)); in tm_reclaim_thread()