Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/amd64/
HDptrace_machdep.c59 savefpu = (char *)(get_pcb_user_save_td(td) + 1); in cpu_ptrace_xstate()
90 savefpu = (char *)(get_pcb_user_save_td(td)); in cpu_ptrace_xstate()
145 error = copyout(get_pcb_user_save_td(td), addr, in cpu32_ptrace()
151 fpstate = get_pcb_user_save_td(td); in cpu32_ptrace()
HDfpu.c785 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1); in fpusetxstate()
812 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in fpusetregs()
813 fpurestore(get_pcb_user_save_td(td)); in fpusetregs()
821 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in fpusetregs()
HDvm_machdep.c100 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td() function
188 bcopy(get_pcb_user_save_td(td1), get_pcb_user_save_pcb(pcb2),
451 bcopy(get_pcb_user_save_td(td0), pcb2->pcb_save, in cpu_set_upcall()
HDmachdep.c1710 bzero(get_pcb_user_save_td(&thread0), cpu_max_ext_state_size); in hammer_time()
1712 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) + in hammer_time()
2045 fill_fpregs_xmm(get_pcb_user_save_td(td), fpregs); in fill_fpregs()
2054 set_fpregs_xmm(fpregs, get_pcb_user_save_td(td)); in set_fpregs()
2191 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in get_fpcontext()
2204 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len); in get_fpcontext()
HDelf_machdep.c146 get_pcb_user_save_td(td), dst, in elf64_dump_thread()
HDsys_machdep.c320 error = copyout((char *)(get_pcb_user_save_td(td) + 1),
HDtrap.c959 KASSERT(td->td_pcb->pcb_save == get_pcb_user_save_td(td), in amd64_syscall()
/NextBSD/sys/i386/i386/
HDptrace_machdep.c60 savefpu = (char *)(get_pcb_user_save_td(td) + 1); in cpu_ptrace_xstate()
91 savefpu = (char *)(get_pcb_user_save_td(td)); in cpu_ptrace_xstate()
129 fpstate = &get_pcb_user_save_td(td)->sv_xmm; in cpu_ptrace_xmm()
HDvm_machdep.c125 get_pcb_user_save_td(struct thread *td) in get_pcb_user_save_td() function
229 bcopy(get_pcb_user_save_td(td1), get_pcb_user_save_pcb(pcb2),
489 bcopy(get_pcb_user_save_td(td0), pcb2->pcb_save, in cpu_set_upcall()
HDelf_machdep.c157 get_pcb_user_save_td(td), dst, in elf32_dump_thread()
HDmachdep.c2695 bzero(get_pcb_user_save_td(&thread0), cpu_max_ext_state_size);
2698 xhdr = (struct xstate_hdr *)(get_pcb_user_save_td(&thread0) +
2982 npx_fill_fpregs_xmm(&get_pcb_user_save_td(td)->sv_xmm,
2986 bcopy(&get_pcb_user_save_td(td)->sv_87, fpregs,
2998 &get_pcb_user_save_td(td)->sv_xmm);
3001 bcopy(fpregs, &get_pcb_user_save_td(td)->sv_87,
3124 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0],
3138 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len);
HDtrap.c1137 KASSERT(td->td_pcb->pcb_save == get_pcb_user_save_td(td), in syscall()
HDsys_machdep.c248 error = copyout((char *)(get_pcb_user_save_td(td) + 1),
/NextBSD/sys/amd64/ia32/
HDia32_reg.c153 sv_fpu = get_pcb_user_save_td(td); in fill_fpregs32()
185 struct savefpu *sv_fpu = get_pcb_user_save_td(td); in set_fpregs32()
HDia32_signal.c104 bcopy(get_pcb_user_save_td(td), &mcp->mc_fpstate[0], in ia32_get_fpcontext()
117 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len); in ia32_get_fpcontext()
/NextBSD/sys/amd64/include/
HDmd_var.h63 struct savefpu *get_pcb_user_save_td(struct thread *td);
/NextBSD/sys/i386/isa/
HDnpx.c1096 hdr = (struct xstate_hdr *)(get_pcb_user_save_td(td) + 1); in npxsetxstate()
1130 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in npxsetregs()
1131 fpurstor(get_pcb_user_save_td(td)); in npxsetregs()
1141 bcopy(addr, get_pcb_user_save_td(td), sizeof(*addr)); in npxsetregs()
1237 sv = get_pcb_user_save_td(td); in npx_get_fsave()
/NextBSD/sys/i386/include/
HDmd_var.h71 union savefpu *get_pcb_user_save_td(struct thread *td);
/NextBSD/sys/i386/linux/
HDlinux_ptrace.c227 bcopy(&get_pcb_user_save_td(td)->sv_xmm, fpxregs, sizeof(*fpxregs)); in linux_proc_read_fpxregs()
238 bcopy(fpxregs, &get_pcb_user_save_td(td)->sv_xmm, sizeof(*fpxregs)); in linux_proc_write_fpxregs()
/NextBSD/sys/compat/ia32/
HDia32_sysvec.c199 get_pcb_user_save_td(td), dst, in elf32_dump_thread()