Searched refs:cpu_exec_ecoff_setregs (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/compat/ultrix/ |
H A D | ultrix_mod.c | 70 .es_setregs = cpu_exec_ecoff_setregs,
|
/netbsd-src/sys/arch/mips/include/ |
H A D | ecoff_machdep.h | 81 void cpu_exec_ecoff_setregs(struct lwp *, struct exec_package *, vaddr_t);
|
/netbsd-src/tools/mips-elf2ecoff/machine/ |
H A D | ecoff_machdep.h | 81 void cpu_exec_ecoff_setregs(struct lwp *, struct exec_package *, vaddr_t);
|
/netbsd-src/sys/sys/ |
H A D | exec_ecoff.h | 178 void cpu_exec_ecoff_setregs(struct lwp *, struct exec_package *, vaddr_t);
|
/netbsd-src/sys/kern/ |
H A D | exec_ecoff.c | 63 .es_setregs = cpu_exec_ecoff_setregs,
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | cpu_exec.c | 68 cpu_exec_ecoff_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) in cpu_exec_ecoff_setregs() function
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | machdep.c | 1772 cpu_exec_ecoff_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) in cpu_exec_ecoff_setregs() function
|