/Linux-v5.4/arch/arm/include/asm/ |
D | fpstate.h | 70 union fp_state { union 78 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
|
D | thread_info.h | 63 union fp_state fpstate __attribute__((aligned(8)));
|
/Linux-v5.4/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 | 248 buf[i] = task->thread.fp_state.fpscr; in copy_fpr_to_user() 262 task->thread.fp_state.fpscr = buf[i]; in copy_fpr_from_user() 275 buf[i] = task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_vsx_to_user() 288 task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_vsx_from_user() 350 return __copy_to_user(to, task->thread.fp_state.fpr, in copy_fpr_to_user() 357 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user() 703 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_user_regs() 816 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs() 878 load_fp_state(¤t->thread.fp_state); in restore_tm_user_regs() 966 tsk->thread.fp_state.fpscr = 0; /* turn off all fp exceptions */ in handle_rt_signal32() [all …]
|
D | signal_64.c | 414 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_sigcontext() 548 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts() 589 load_fp_state(&tsk->thread.fp_state); in restore_tm_sigcontexts() 866 tsk->thread.fp_state.fpscr = 0; in handle_rt_signal64()
|
D | ptrace.c | 458 buf[32] = target->thread.fp_state.fpscr; in fpr_get() 467 &target->thread.fp_state, 0, -1); in fpr_get() 496 buf[32] = target->thread.fp_state.fpscr; in fpr_set() 505 target->thread.fp_state.fpscr = buf[32]; in fpr_set() 514 &target->thread.fp_state, 0, -1); in fpr_set() 681 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_get() 714 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_set() 720 target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in vsr_set() 3020 tmp = child->thread.fp_state.fpscr; in arch_ptrace() 3053 child->thread.fp_state.fpscr = data; in arch_ptrace()
|
D | process.c | 243 load_fp_state(¤t->thread.fp_state); in restore_fp() 866 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread() 1791 memset(¤t->thread.fp_state, 0, sizeof(current->thread.fp_state)); in start_thread()
|
D | traps.c | 912 vdst = (u8 *)¤t->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu() 1178 code = __parse_fpscr(current->thread.fp_state.fpscr); in parse_fpe() 1438 code = __parse_fpscr(current->thread.fp_state.fpscr); in emulate_math()
|
D | asm-offsets.c | 111 OFFSET(THREAD_FPSTATE, thread_struct, fp_state.fpr); in main()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | traps.c | 236 fp_state_t fp_state; in fp_emulate() local 242 memset(&fp_state, 0, sizeof(fp_state_t)); in fp_emulate() 249 fp_state.bitmask_low64 = 0xfc0; /* bit6..bit11 */ in fp_emulate() 251 fp_state.fp_state_low_volatile = (fp_state_low_volatile_t *) ®s->f6; in fp_emulate() 266 (unsigned long *) ifs, &fp_state); in fp_emulate()
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | fpstate.h | 17 struct fp_state { struct
|
D | suspend.h | 20 struct fp_state fpstate __attribute__((aligned(8)));
|
D | elf.h | 27 typedef struct fp_state elf_fpregset_t;
|
D | thread_info.h | 75 struct fp_state fpstate __attribute__((aligned(8)));
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | fpswa.h | 60 unsigned long *ifs, fp_state_t *fp_state);
|
/Linux-v5.4/arch/arm/nwfpe/ |
D | fpa11.c | 73 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
|
D | fpa11.h | 83 extern void nwfpe_init_fpa(union fp_state *fp);
|
D | fpmodule.c | 76 if (sizeof(FPA11) > sizeof(union fp_state)) { in fpe_init()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | processor.h | 90 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] 168 struct thread_fp_state fp_state; member
|
D | sfp-machine.h | 128 #define __FPU_FPSCR (current->thread.fp_state.fpscr)
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | process.c | 211 memset(&thread->fpstate, 0, sizeof(struct fp_state)); in flush_thread()
|
D | entry.S | 409 @ r20 = fp_state
|
/Linux-v5.4/arch/arm/kernel/ |
D | ptrace.c | 816 0, sizeof(union fp_state), in arch_ptrace() 823 0, sizeof(union fp_state), in arch_ptrace()
|
D | process.c | 213 memset(&thread->fpstate, 0, sizeof(union fp_state)); in flush_thread()
|
/Linux-v5.4/arch/powerpc/lib/ |
D | sstep.c | 835 current->thread.fp_state.fpr[reg][0] = buf.d[0]; in do_vsx_load() 836 current->thread.fp_state.fpr[reg][1] = buf.d[1]; in do_vsx_load() 866 buf.d[0] = current->thread.fp_state.fpr[reg][0]; in do_vsx_store() 867 buf.d[1] = current->thread.fp_state.fpr[reg][1]; in do_vsx_store()
|