Home
last modified time | relevance | path

Searched refs:get_pcb_user_save_td (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Dptrace_machdep.c170 savefpu = (char *)(get_pcb_user_save_td(td) + 1); in cpu_ptrace_xstate()
216 savefpu = (char *)(get_pcb_user_save_td(td)); in cpu_ptrace_xstate()
274 error = copyout(get_pcb_user_save_td(td), addr, in cpu32_ptrace()
280 fpstate = get_pcb_user_save_td(td); in cpu32_ptrace()
H A Dvm_machdep.c93 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td() function
115 return (get_pcb_user_save_td(td)); in get_pcb_user_save_pcb()
165 bcopy(get_pcb_user_save_td(td1), get_pcb_user_save_pcb(pcb2), in copy_thread()
H A Dfpu.c959 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1); in fpusetxstate()
985 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in fpusetregs()
986 fpurestore(get_pcb_user_save_td(td)); in fpusetregs()
993 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in fpusetregs()
H A Dexec_machdep.c568 fill_fpregs_xmm(get_pcb_user_save_td(td), fpregs); in fill_fpregs()
578 set_fpregs_xmm(fpregs, get_pcb_user_save_td(td)); in set_fpregs()
718 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in get_fpcontext()
730 *xfpusave = (char *)(get_pcb_user_save_td(td) + 1); in get_fpcontext()
H A Delf_machdep.c256 get_pcb_user_save_td(td), dst, in elf64_dump_thread()
H A Dsys_machdep.c350 error = copyout((char *)(get_pcb_user_save_td(td) + 1), in sysarch()
H A Dtrap.c1209 KASSERT(td->td_pcb->pcb_save == get_pcb_user_save_td(td), in amd64_syscall()
/freebsd/sys/i386/i386/
H A Dptrace_machdep.c106 savefpu = (char *)(get_pcb_user_save_td(td) + 1); in cpu_ptrace_xstate()
137 savefpu = (char *)(get_pcb_user_save_td(td)); in cpu_ptrace_xstate()
173 fpstate = &get_pcb_user_save_td(td)->sv_xmm; in cpu_ptrace_xmm()
H A Dnpx.c1095 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1); in npxsetxstate()
1124 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in npxsetregs()
1125 fpurstor(get_pcb_user_save_td(td)); in npxsetregs()
1131 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in npxsetregs()
1246 sv = get_pcb_user_save_td(td); in npx_get_fsave()
H A Dvm_machdep.c88 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td() function
169 bcopy(get_pcb_user_save_td(td1), get_pcb_user_save_pcb(pcb2), in copy_thread()
H A Dexec_machdep.c1080 npx_fill_fpregs_xmm(&get_pcb_user_save_td(td)->sv_xmm, in fill_fpregs()
1083 bcopy(&get_pcb_user_save_td(td)->sv_87, fpregs, in fill_fpregs()
1095 &get_pcb_user_save_td(td)->sv_xmm); in set_fpregs()
1097 bcopy(fpregs, &get_pcb_user_save_td(td)->sv_87, in set_fpregs()
1212 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in get_fpcontext()
1225 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len); in get_fpcontext()
H A Delf_machdep.c151 get_pcb_user_save_td(td), dst, in elf32_dump_thread()
H A Dmachdep.c1577 thread0.td_pcb->pcb_save = get_pcb_user_save_td(&thread0); in init386()
1578 bzero(get_pcb_user_save_td(&thread0), cpu_max_ext_state_size); in init386()
1580 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in init386()
H A Dtrap.c1175 KASSERT(td->td_pcb->pcb_save == get_pcb_user_save_td(td), in syscall()
H A Dsys_machdep.c268 error = copyout((char *)(get_pcb_user_save_td(td) + 1), in sysarch()
/freebsd/sys/i386/include/
H A Dmd_var.h80 union savefpu *get_pcb_user_save_td(struct thread *td);
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c152 sv_fpu = get_pcb_user_save_td(td); in fill_fpregs32()
214 struct savefpu *sv_fpu = get_pcb_user_save_td(td); in set_fpregs32()
H A Dia32_signal.c102 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in ia32_get_fpcontext()
114 *xfpusave = (char *)(get_pcb_user_save_td(td) + 1); in ia32_get_fpcontext()
/freebsd/sys/amd64/include/
H A Dmd_var.h93 struct savefpu *get_pcb_user_save_td(struct thread *td);
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c218 bcopy(&get_pcb_user_save_td(td)->sv_xmm, fpxregs, sizeof(*fpxregs)); in linux_proc_read_fpxregs()
229 bcopy(fpxregs, &get_pcb_user_save_td(td)->sv_xmm, sizeof(*fpxregs)); in linux_proc_write_fpxregs()
/freebsd/sys/compat/ia32/
H A Dia32_sysvec.c203 get_pcb_user_save_td(td), dst, in elf32_dump_thread()