Home
last modified time | relevance | path

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

/arch/powerpc/kernel/ptrace/
Dptrace-novsx.c24 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()
25 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()
49 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()
50 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
Dptrace-decl.h22 #define TFSO(f) (offsetof(struct thread_fp_state, f))
/arch/powerpc/include/asm/
Dprocessor.h90 struct thread_fp_state { struct
173 struct thread_fp_state fp_state;
174 struct thread_fp_state *fp_save_area;
229 struct thread_fp_state ckfp_state; /* Checkpointed FP state */
331 extern void load_fp_state(struct thread_fp_state *fp);
332 extern void store_fp_state(struct thread_fp_state *fp);
Dkvm_host.h537 struct thread_fp_state fp;
667 struct thread_fp_state fp_tm;
/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()
/arch/powerpc/kernel/
Dasm-offsets.c116 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
Dprocess.c953 sizeof(struct thread_fp_state)); in tm_reclaim_thread()