Searched refs:arch_restore_fork_frame (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/kernel/arch/
H A Dthread.h36 void arch_restore_fork_frame(struct arch_fork_arg *arg);
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp142 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
161 arch_restore_fork_frame(struct arch_fork_arg *arg) function
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp235 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
254 arch_restore_fork_frame(struct arch_fork_arg *arg) function
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp254 arch_fork_arg structure to be passed to arch_restore_fork_frame().
282 arch_restore_fork_frame(struct arch_fork_arg* arg) function
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp258 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
277 arch_restore_fork_frame(struct arch_fork_arg *arg) function
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp175 arch_restore_fork_frame(struct arch_fork_arg *arg) function
/haiku/src/system/kernel/arch/arm/
H A Darch_thread.cpp347 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
371 arch_restore_fork_frame(struct arch_fork_arg *arg) function
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp313 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
341 arch_restore_fork_frame(struct arch_fork_arg *arg) function
343 //dprintf("arch_restore_fork_frame(%p)\n", arg);
/haiku/src/system/kernel/
H A Dthread.cpp687 arch_restore_fork_frame(&archArgs);

Completed in 191 milliseconds