/src/sys/arch/ia64/ia64/ |
vm_machdep.c | 139 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
/src/sys/arch/m68k/m68k/ |
vm_machdep.c | 85 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
/src/sys/arch/sparc64/sparc64/ |
vm_machdep.c | 159 char cpu_forkname[] = "cpu_lwp_fork()"; 182 cpu_lwp_fork(register struct lwp *l1, register struct lwp *l2, void *stack, size_t stacksize, void (*func)(void *), void *arg) function in typeref:typename:void 201 printf("cpu_lwp_fork()\n"); 215 panic("cpu_lwp_fork: curlwp");
|
/src/sys/arch/hppa/hppa/ |
vm_machdep.c | 86 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
/src/sys/arch/sparc/sparc/ |
vm_machdep.c | 188 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, function in typeref:typename:void 214 panic("cpu_lwp_fork: curlwp");
|
locore.s | 5002 * cpu_lwp_fork() arranges for lwp_trampoline() to run when the 5022 * Note: cpu_lwp_fork() has set up a stack frame for us to run 5036 * cpu_lwp_fork() (or sendsig(), if we took a pending signal 5041 ld [%sp + CCFSZ + 4], %l1 ! pc = tf->tf_pc from cpu_lwp_fork()
|
/src/sys/arch/alpha/alpha/ |
vm_machdep.c | 94 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void 140 panic("cpu_lwp_fork: curlwp");
|
/src/sys/arch/powerpc/powerpc/ |
vm_machdep.c | 86 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
/src/sys/arch/aarch64/aarch64/ |
vm_machdep.c | 80 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void 87 printf("cpu_lwp_fork: lwp1=%p, lwp2=%p, curlwp=%p, lwp0=%p\n", 106 * The reason we defer the generation, is because cpu_lwp_fork() can
|
/src/sys/arch/sh3/sh3/ |
vm_machdep.c | 136 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, function in typeref:typename:void 236 * (see cpu_lwp_fork above and lwp_trampoline for details).
|
/src/sys/arch/arm/arm32/ |
vm_machdep.c | 105 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void 115 printf("cpu_lwp_fork: %p %p %p %p\n", l1, l2, curlwp, &lwp0);
|
/src/sys/arch/riscv/riscv/ |
vm_machdep.c | 57 * cpu_lwp_fork: Finish a fork operation, with lwp l2 nearly set up. 74 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
/src/sys/arch/vax/vax/ |
vm_machdep.c | 71 * cpu_lwp_fork() copies parent process trapframe and creates a fake CALLS 78 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void 91 panic("cpu_lwp_fork: curlwp");
|
/src/sys/arch/x86/x86/ |
vm_machdep.c | 120 * cpu_lwp_fork: finish a new LWP (l2) operation. 131 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
/src/sys/arch/mips/mips/ |
vm_machdep.c | 70 * cpu_lwp_fork: Finish a fork operation, with lwp l2 nearly set up. 87 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void
|
mipsX_subr.S | 2636 # Call lwp_startup(), with args from cpu_switchto()/cpu_lwp_fork() 2641 # Call the routine specified by cpu_lwp_fork()
|
/src/sys/uvm/ |
uvm_glue.c | 208 * after cpu_lwp_fork returns in the child process. We do nothing here 209 * after cpu_lwp_fork returns. 220 * cpu_lwp_fork() copy and update the pcb, and make the child ready 226 cpu_lwp_fork(l1, l2, stack, stacksize, func, arg);
|
/src/sys/arch/usermode/dev/ |
cpu.c | 428 cpu_lwp_fork(struct lwp *l1, struct lwp *l2, void *stack, size_t stacksize, function in typeref:typename:void 435 thunk_printf_debug("cpu_lwp_fork [%s/%p] -> [%s/%p] stack=%p stacksize=%d\n",
|
/src/sys/sys/ |
proc.h | 537 void cpu_lwp_fork(struct lwp *, struct lwp *, void *, size_t,
|
/src/share/man/man9/ |
Makefile | 13 cpu_lwp_fork.9 \ 310 MLINKS+=cpu_lwp_fork.9 child_return.9 cpu_lwp_fork.9 lwp_trampoline.9
|