Home
last modified time | relevance | path

Searched refs:fork_exit (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/arm/arm/
H A Dswtch.S114 b _C_LABEL(fork_exit) /* to userland via swi_exit code. */
/freebsd-14.2/sys/powerpc/powerpc/
H A Dswtch32.S222 bl fork_exit
H A Dswtch64.S357 bl fork_exit
/freebsd-14.2/sys/arm64/arm64/
H A Dswtch.S209 bl _C_LABEL(fork_exit)
/freebsd-14.2/sys/i386/i386/
H A Dexception.S422 movl $fork_exit, %eax
/freebsd-14.2/sys/riscv/riscv/
H A Dswtch.S370 call _C_LABEL(fork_exit)
/freebsd-14.2/sys/kern/
H A Dkern_fork.c1129 fork_exit(void (*callout)(void *, struct trapframe *), void *arg, in fork_exit() function
/freebsd-14.2/sys/sys/
H A Dproc.h1175 void fork_exit(void (*)(void *, struct trapframe *), void *,
/freebsd-14.2/sys/amd64/amd64/
H A Dexception.S1081 call fork_exit