Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/ptrace/
Dptrace-novsx.c25 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()
26 offsetof(struct thread_fp_state, fpr[32])); in fpr_get()
54 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()
55 offsetof(struct thread_fp_state, fpr[32])); in fpr_set()
Dptrace-decl.h22 #define TFSO(f) (offsetof(struct thread_fp_state, f))
/linux-6.1.9/arch/powerpc/include/asm/
Dprocessor.h83 struct thread_fp_state { struct
168 struct thread_fp_state fp_state;
169 struct thread_fp_state *fp_save_area;
227 struct thread_fp_state ckfp_state; /* Checkpointed FP state */
340 extern void load_fp_state(struct thread_fp_state *fp);
341 extern void store_fp_state(struct thread_fp_state *fp);
Dkvm_host.h532 struct thread_fp_state fp;
668 struct thread_fp_state fp_tm;
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_emulate.c89 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm()
108 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
/linux-6.1.9/arch/powerpc/kernel/
Dasm-offsets.c111 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
Dprocess.c939 sizeof(struct thread_fp_state)); in tm_reclaim_thread()