Home
last modified time | relevance | path

Searched refs:exec_setregs (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/sys/
H A Dimgact.h119 void exec_setregs(struct thread *, struct image_params *, uintptr_t);
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c71 .sv_setregs = exec_setregs,
106 .sv_setregs = exec_setregs,
H A Dmachdep.c588 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() function
/f-stack/freebsd/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c56 exec_setregs(td, imgp, stack); in cloudabi64_proc_setregs()
/f-stack/freebsd/i386/cloudabi32/
H A Dcloudabi32_sysvec.c83 exec_setregs(td, imgp, stack); in cloudabi32_proc_setregs()
/f-stack/freebsd/arm/cloudabi32/
H A Dcloudabi32_sysvec.c56 exec_setregs(td, imgp, stack); in cloudabi32_proc_setregs()
/f-stack/freebsd/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c77 exec_setregs(td, imgp, stack); in cloudabi64_proc_setregs()
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c73 .sv_setregs = exec_setregs,
H A Dmachdep.c1128 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() function
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c80 .sv_setregs = exec_setregs,
H A Dmachdep.c551 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() function
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c84 .sv_setregs = exec_setregs,
H A Dmachdep.c344 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() function
/f-stack/freebsd/kern/
H A Dimgact_aout.c94 .sv_setregs = exec_setregs,
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c77 .sv_setregs = exec_setregs,
H A Dpm_machdep.c409 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs() function
H A Dfreebsd32_machdep.c97 .sv_setregs = exec_setregs,
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c813 exec_setregs(td, imgp, stack); in linux_exec_setregs()