Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dreg.h60 void exec_setregs (u_long, u_long, u_long);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c545 exec_setregs(u_long entry, u_long stack, u_long ps_strings) in exec_setregs() function
/dragonfly/sys/kern/
H A Dkern_exec.c581 exec_setregs(imgp->entry_addr, (u_long)(uintptr_t)stack_base, in kern_execve()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c1471 exec_setregs(u_long entry, u_long stack, u_long ps_strings) in exec_setregs() function