Lines Matching refs:b_reg
265 struct reg b_reg; in linux_ptrace_getregs() local
269 error = kern_ptrace(td, PT_GETREGS, pid, &b_reg, 0); in linux_ptrace_getregs()
273 bsd_to_linux_regset(&b_reg, &l_regset); in linux_ptrace_getregs()
285 struct reg b_reg; in linux_ptrace_setregs() local
292 linux_to_bsd_regset(&b_reg, &l_regset); in linux_ptrace_setregs()
293 error = kern_ptrace(td, PT_SETREGS, pid, &b_reg, 0); in linux_ptrace_setregs()
300 struct reg b_reg; in linux_ptrace_getregset_prstatus() local
312 error = kern_ptrace(td, PT_GETREGS, pid, &b_reg, 0); in linux_ptrace_getregset_prstatus()
316 bsd_to_linux_regset(&b_reg, &l_regset); in linux_ptrace_getregset_prstatus()
374 struct reg b_reg; in linux_ptrace_get_syscall_info() local
439 error = kern_ptrace(td, PT_GETREGS, pid, &b_reg, 0); in linux_ptrace_get_syscall_info()
443 linux_ptrace_get_syscall_info_machdep(&b_reg, &si); in linux_ptrace_get_syscall_info()