Home
last modified time | relevance | path

Searched refs:arch_fork_arg (Results 1 – 19 of 19) sorted by relevance

/haiku/headers/private/kernel/arch/
H A Dthread.h35 void arch_store_fork_frame(struct arch_fork_arg *arg);
36 void arch_restore_fork_frame(struct arch_fork_arg *arg);
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp147 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame()
161 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread_types.h33 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/ppc/
H A Darch_thread_types.h35 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/sparc/
H A Darch_thread_types.h37 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread_types.h33 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/arm64/
H A Darch_thread_types.h32 struct arch_fork_arg { struct
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp170 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame()
177 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp240 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame()
254 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp263 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame()
277 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
/haiku/headers/private/kernel/arch/x86/
H A Darch_thread_types.h81 struct arch_fork_arg { struct
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp258 arch_store_fork_frame(struct arch_fork_arg* arg) in arch_store_fork_frame()
282 arch_restore_fork_frame(struct arch_fork_arg* arg) in arch_restore_fork_frame()
/haiku/headers/private/kernel/arch/arm/
H A Darch_thread_types.h65 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h85 struct arch_fork_arg { struct
/haiku/headers/private/kernel/
H A Dthread.h24 struct arch_fork_arg;
50 arch_fork_arg* forkArgs; // If non-NULL, the userland thread
/haiku/src/system/kernel/arch/arm/
H A Darch_thread.cpp351 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame()
371 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp318 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame()
341 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
/haiku/src/system/kernel/
H A Dteam.cpp2113 arch_fork_arg* forkArgs; in fork_team()
2162 forkArgs = (arch_fork_arg*)malloc(sizeof(arch_fork_arg)); in fork_team()
H A Dthread.cpp113 arch_fork_arg* forkArgs;
685 arch_fork_arg archArgs = *args->forkArgs; in enter_userspace()