Home
last modified time | relevance | path

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.cpp161 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp177 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp254 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp277 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp282 arch_restore_fork_frame(struct arch_fork_arg* arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/arch/arm/
H A Darch_thread.cpp371 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp341 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame() function
/haiku/src/system/kernel/
H A Dthread.cpp688 arch_restore_fork_frame(&archArgs); in enter_userspace()