Searched refs:fpstate (Results 1 – 4 of 4) sorted by relevance
167 struct savexmm *fpstate; in cpu_ptrace_xmm() local173 fpstate = &get_pcb_user_save_td(td)->sv_xmm; in cpu_ptrace_xmm()177 error = copyout(fpstate, addr, sizeof(*fpstate)); in cpu_ptrace_xmm()182 error = copyin(addr, fpstate, sizeof(*fpstate)); in cpu_ptrace_xmm()183 fpstate->sv_env.en_mxcsr &= cpu_mxcsr_mask; in cpu_ptrace_xmm()
262 struct savefpu *fpstate; in cpu32_ptrace() local271 sizeof(*fpstate)); in cpu32_ptrace()276 fpstate = get_pcb_user_save_td(td); in cpu32_ptrace()277 error = copyin(addr, fpstate, sizeof(*fpstate)); in cpu32_ptrace()278 fpstate->sv_env.en_mxcsr &= cpu_mxcsr_mask; in cpu32_ptrace()
72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
66 FXSAVE *fpstate; // Location of FPR's. member