/Linux-v4.19/arch/arm/include/asm/ |
D | fpstate.h | 73 union fp_state { union 81 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
|
D | thread_info.h | 63 union fp_state fpstate __attribute__((aligned(8)));
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace32.c | 107 tmp = ((unsigned int *)child->thread.fp_state.fpr) in compat_arch_ptrace() 149 tmp = child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace() 209 ((unsigned int *)child->thread.fp_state.fpr) in compat_arch_ptrace() 253 tmp = &child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
|
D | signal_32.c | 252 buf[i] = task->thread.fp_state.fpscr; in copy_fpr_to_user() 266 task->thread.fp_state.fpscr = buf[i]; in copy_fpr_from_user() 279 buf[i] = task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_vsx_to_user() 292 task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_vsx_from_user() 354 return __copy_to_user(to, task->thread.fp_state.fpr, in copy_fpr_to_user() 361 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user() 707 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_user_regs() 820 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs() 866 load_fp_state(¤t->thread.fp_state); in restore_tm_user_regs() 952 tsk->thread.fp_state.fpscr = 0; /* turn off all fp exceptions */ in handle_rt_signal32() [all …]
|
D | signal_64.c | 418 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_sigcontext() 567 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts() 580 load_fp_state(&tsk->thread.fp_state); in restore_tm_sigcontexts() 811 tsk->thread.fp_state.fpscr = 0; in handle_rt_signal64()
|
D | ptrace.c | 451 buf[32] = target->thread.fp_state.fpscr; in fpr_get() 460 &target->thread.fp_state, 0, -1); in fpr_get() 489 buf[32] = target->thread.fp_state.fpscr; in fpr_set() 498 target->thread.fp_state.fpscr = buf[32]; in fpr_set() 507 &target->thread.fp_state, 0, -1); in fpr_set() 668 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_get() 701 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_set() 707 target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in vsr_set() 3007 tmp = child->thread.fp_state.fpscr; in arch_ptrace() 3040 child->thread.fp_state.fpscr = data; in arch_ptrace()
|
D | process.c | 260 load_fp_state(¤t->thread.fp_state); in restore_fp() 907 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread() 1821 memset(¤t->thread.fp_state, 0, sizeof(current->thread.fp_state)); in start_thread()
|
D | traps.c | 830 vdst = (u8 *)¤t->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu() 1096 code = __parse_fpscr(current->thread.fp_state.fpscr); in parse_fpe() 1356 code = __parse_fpscr(current->thread.fp_state.fpscr); in emulate_math()
|
D | asm-offsets.c | 103 OFFSET(THREAD_FPSTATE, thread_struct, fp_state.fpr); in main()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | traps.c | 245 fp_state_t fp_state; in fp_emulate() local 251 memset(&fp_state, 0, sizeof(fp_state_t)); in fp_emulate() 258 fp_state.bitmask_low64 = 0xfc0; /* bit6..bit11 */ in fp_emulate() 260 fp_state.fp_state_low_volatile = (fp_state_low_volatile_t *) ®s->f6; in fp_emulate() 275 (unsigned long *) ifs, &fp_state); in fp_emulate()
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | fpstate.h | 20 struct fp_state { struct
|
D | suspend.h | 23 struct fp_state fpstate __attribute__((aligned(8)));
|
D | elf.h | 29 typedef struct fp_state elf_fpregset_t;
|
D | thread_info.h | 78 struct fp_state fpstate __attribute__((aligned(8)));
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | fpswa.h | 60 unsigned long *ifs, fp_state_t *fp_state);
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | fpa11.c | 85 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
|
D | fpa11.h | 95 extern void nwfpe_init_fpa(union fp_state *fp);
|
D | fpmodule.c | 88 if (sizeof(FPA11) > sizeof(union fp_state)) { in fpe_init()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | processor.h | 190 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] 262 struct thread_fp_state fp_state; member
|
D | sfp-machine.h | 128 #define __FPU_FPSCR (current->thread.fp_state.fpscr)
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | process.c | 214 memset(&thread->fpstate, 0, sizeof(struct fp_state)); in flush_thread()
|
D | entry.S | 412 @ r20 = fp_state
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 826 0, sizeof(union fp_state), in arch_ptrace() 833 0, sizeof(union fp_state), in arch_ptrace()
|
D | process.c | 216 memset(&thread->fpstate, 0, sizeof(union fp_state)); in flush_thread()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 839 current->thread.fp_state.fpr[reg][0] = buf.d[0]; in do_vsx_load() 840 current->thread.fp_state.fpr[reg][1] = buf.d[1]; in do_vsx_load() 870 buf.d[0] = current->thread.fp_state.fpr[reg][0]; in do_vsx_store() 871 buf.d[1] = current->thread.fp_state.fpr[reg][1]; in do_vsx_store()
|