Home
last modified time | relevance | path

Searched refs:fp_state (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-vsx.c32 buf[32] = target->thread.fp_state.fpscr; in fpr_get()
60 buf[32] = target->thread.fp_state.fpscr; in fpr_set()
69 target->thread.fp_state.fpscr = buf[32]; in fpr_set()
109 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_get()
139 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in vsr_set()
145 target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in vsr_set()
Dptrace-novsx.c29 return membuf_write(&to, &target->thread.fp_state, 33 * sizeof(u64)); in fpr_get()
55 &target->thread.fp_state, 0, -1); in fpr_set()
Dptrace32.c96 tmp = ((unsigned int *)child->thread.fp_state.fpr) in compat_arch_ptrace()
138 tmp = child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
198 ((unsigned int *)child->thread.fp_state.fpr) in compat_arch_ptrace()
242 tmp = &child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
Dptrace.c80 tmp = ((u32 *)child->thread.fp_state.fpr)[fpidx]; in arch_ptrace()
86 tmp = child->thread.fp_state.fpscr; in arch_ptrace()
118 ((u32 *)child->thread.fp_state.fpr)[fpidx] = data; in arch_ptrace()
124 child->thread.fp_state.fpscr = data; in arch_ptrace()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsignal.c38 buf[i] = task->thread.fp_state.fpscr; in copy_fpr_to_user()
52 task->thread.fp_state.fpscr = buf[i]; in copy_fpr_from_user()
65 buf[i] = task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_vsx_to_user()
78 task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_vsx_from_user()
140 return __copy_to_user(to, task->thread.fp_state.fpr, in copy_fpr_to_user()
147 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user()
Dsignal_32.c550 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_user_regs()
663 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs()
725 load_fp_state(&current->thread.fp_state); in restore_tm_user_regs()
817 tsk->thread.fp_state.fpscr = 0; /* turn off all fp exceptions */ in handle_rt_signal32()
1274 tsk->thread.fp_state.fpscr = 0; /* turn off all fp exceptions */ in handle_signal32()
Dsignal_64.c407 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_sigcontext()
541 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts()
582 load_fp_state(&tsk->thread.fp_state); in restore_tm_sigcontexts()
864 tsk->thread.fp_state.fpscr = 0; in handle_rt_signal64()
Dprocess.c466 load_fp_state(&current->thread.fp_state); in do_restore_fp()
952 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread()
1874 memset(&current->thread.fp_state, 0, sizeof(current->thread.fp_state)); in start_thread()
Dtraps.c930 vdst = (u8 *)&current->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu()
1196 code = __parse_fpscr(current->thread.fp_state.fpscr); in parse_fpe()
1456 code = __parse_fpscr(current->thread.fp_state.fpscr); in emulate_math()
Dasm-offsets.c114 OFFSET(THREAD_FPSTATE, thread_struct, fp_state.fpr); in main()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dfpstate.h70 union fp_state { union
78 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
Dthread_info.h71 union fp_state fpstate __attribute__((aligned(8)));
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dtraps.c236 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 *) &regs->f6; in fp_emulate()
266 (unsigned long *) ifs, &fp_state); in fp_emulate()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dfpswa.h60 unsigned long *ifs, fp_state_t *fp_state);
/kernel/linux/linux-5.10/arch/arm/nwfpe/
Dfpa11.c73 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
Dfpa11.h83 extern void nwfpe_init_fpa(union fp_state *fp);
Dfpmodule.c76 if (sizeof(FPA11) > sizeof(union fp_state)) { in fpe_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h86 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET]
173 struct thread_fp_state fp_state; member
Dsfp-machine.h128 #define __FPU_FPSCR (current->thread.fp_state.fpscr)
/kernel/linux/linux-5.10/arch/arm/kernel/
Dptrace.c787 0, sizeof(union fp_state), in arch_ptrace()
794 0, sizeof(union fp_state), in arch_ptrace()
Dprocess.c215 memset(&thread->fpstate, 0, sizeof(union fp_state)); in flush_thread()
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c878 current->thread.fp_state.fpr[reg][0] = buf.d[0]; in do_vsx_load()
879 current->thread.fp_state.fpr[reg][1] = buf.d[1]; in do_vsx_load()
909 buf.d[0] = current->thread.fp_state.fpr[reg][0]; in do_vsx_store()
910 buf.d[1] = current->thread.fp_state.fpr[reg][1]; in do_vsx_store()