/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/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");
|
/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/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/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/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
|
/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/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",
|