Lines Matching refs:thread
181 int ptrace_set_pc(struct thread *_td, unsigned long _addr);
182 int ptrace_single_step(struct thread *_td);
183 int ptrace_clear_single_step(struct thread *_td);
186 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
199 int proc_read_regs(struct thread *_td, struct reg *_reg);
200 int proc_write_regs(struct thread *_td, struct reg *_reg);
201 int proc_read_fpregs(struct thread *_td, struct fpreg *_fpreg);
202 int proc_write_fpregs(struct thread *_td, struct fpreg *_fpreg);
203 int proc_read_dbregs(struct thread *_td, struct dbreg *_dbreg);
204 int proc_write_dbregs(struct thread *_td, struct dbreg *_dbreg);
205 int proc_sstep(struct thread *_td);
207 ssize_t proc_readmem(struct thread *_td, struct proc *_p, vm_offset_t _va,
209 ssize_t proc_writemem(struct thread *_td, struct proc *_p, vm_offset_t _va,
215 int proc_read_regs32(struct thread *_td, struct reg32 *_reg32);
216 int proc_write_regs32(struct thread *_td, struct reg32 *_reg32);
217 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
218 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
219 int proc_read_dbregs32(struct thread *_td, struct dbreg32 *_dbreg32);
220 int proc_write_dbregs32(struct thread *_td, struct dbreg32 *_dbreg32);