Searched refs:process_write_regs (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/ia64/ia64/
H A Dprocess_machdep.c48 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/usermode/usermode/
H A Dprocess_machdep.c40 * process_write_regs(proc, regs)
120 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/riscv/riscv/
H A Dprocess_machdep.c55 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/alpha/alpha/
H A Dprocess_machdep.c42 * process_write_regs(proc, regs)
85 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/mips/mips/
H A Dprocess_machdep.c90 * process_write_regs(proc, regs)
121 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/sparc/sparc/
H A Dprocess_machdep.c84 * process_write_regs(proc, regs)
123 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dprocess_machdep.c55 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/sys/
H A Dptrace.h330 int process_write_regs(struct lwp *, const struct reg *);
332 #define process_write_regs32 process_write_regs
335 #define process_write_regs64 process_write_regs
/netbsd-current/sys/arch/m68k/m68k/
H A Dprocess_machdep.c42 * process_write_regs(proc, regs)
112 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/arm/arm/
H A Dprocess_machdep.c118 * process_write_regs(proc, regs)
190 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/compat/linux/arch/arm/
H A Dlinux_ptrace.c201 error = process_write_regs(lt, regs);
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_ptrace.c262 error = process_write_regs(lt, regs);
287 error = process_write_regs(lt, regs);
/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_ptrace.c234 error = process_write_regs(lt, regs);
363 error = process_write_regs(lt,regs);
/netbsd-current/sys/arch/hppa/hppa/
H A Dprocess_machdep.c121 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dprocess_machdep.c84 * process_write_regs(proc, regs)
147 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/kern/
H A Dsys_process_lwpstatus.c207 w = __FPTRCAST(ptrace_regwfunc_t, process_write_regs);
/netbsd-current/sys/arch/sh3/sh3/
H A Dprocess_machdep.c146 process_write_regs(struct lwp *l, const struct reg *regs) function
293 * Like process_write_regs() but for old struct reg w/out r_gbr
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dprocess_machdep.c73 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/i386/i386/
H A Dprocess_machdep.c41 * process_write_regs(proc, regs)
154 process_write_regs(struct lwp *l, const struct reg *regs) function
/netbsd-current/sys/arch/amd64/amd64/
H A Dprocess_machdep.c41 * process_write_regs(proc, regs)
177 process_write_regs(struct lwp *l, const struct reg *regp) function
/netbsd-current/sys/arch/vax/vax/
H A Dmachdep.c469 process_write_regs(struct lwp *l, const struct reg *regs) function

Completed in 175 milliseconds