Searched refs:set_regs (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | reg.h | 68 int set_regs(struct thread *, struct reg *);
|
/freebsd/sys/powerpc/include/ |
H A D | reg.h | 66 int set_regs(struct thread *, struct reg *);
|
/freebsd/sys/arm/arm/ |
H A D | machdep_kdb.c | 130 set_regs(struct thread *td, struct reg *regs) in set_regs() function
|
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
H A D | fasttrap_isa.c | 525 set_regs(curthread, rp); in fasttrap_pid_probe()
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 99 set_regs(struct thread *td, struct reg *regs) in set_regs() function
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 96 set_regs(struct thread *td, struct reg *regs) in set_regs() function
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 460 set_regs(struct thread *td, struct reg *regs) in set_regs() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 767 set_regs(struct thread *td, struct reg *regs) in set_regs() function
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 1042 set_regs(struct thread *td, struct reg *regs) in set_regs() function
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 111 return (set_regs(td, regs)); in proc_write_regs()
|
H A D | imgact_elf.c | 2291 set_regs(td, &status->pr_reg); in __elfN()
|