Searched refs:thread_fp_state (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-novsx.c | 24 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()
|
H A D | ptrace-decl.h | 22 #define TFSO(f) (offsetof(struct thread_fp_state, f))
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-novsx.c | 25 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()
|
H A D | ptrace-decl.h | 24 #define TFSO(f) (offsetof(struct thread_fp_state, f))
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 90 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);
|
H A D | kvm_host.h | 537 struct thread_fp_state fp; 667 struct thread_fp_state fp_tm;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 83 struct thread_fp_state { struct 168 struct thread_fp_state fp_state; 169 struct thread_fp_state *fp_save_area; 222 struct thread_fp_state ckfp_state; /* Checkpointed FP state */ 336 extern void load_fp_state(struct thread_fp_state *fp); 337 extern void store_fp_state(struct thread_fp_state *fp);
|
H A D | kvm_host.h | 532 struct thread_fp_state fp; 668 struct thread_fp_state fp_tm;
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 93 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm() 112 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 89 sizeof(struct thread_fp_state)); in kvmppc_copyto_vcpu_tm() 108 sizeof(struct thread_fp_state)); in kvmppc_copyfrom_vcpu_tm()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 116 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
|
H A D | process.c | 953 sizeof(struct thread_fp_state)); in tm_reclaim_thread()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 111 OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr); in main()
|
H A D | process.c | 971 sizeof(struct thread_fp_state)); in tm_reclaim_thread()
|
Completed in 16 milliseconds