Searched refs:user_stack_base (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp82 thread->user_stack_base + thread->user_stack_size;
137 frame.sp = thread->user_stack_base + thread->user_stack_size;
H A Darch_debug.cpp374 if (thread->user_stack_base != 0) {
376 (void *)thread->user_stack_base,
377 (void *)(thread->user_stack_base + thread->user_stack_size));
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp175 if (thread->user_stack_base != 0) {
177 (void *)thread->user_stack_base,
178 (void *)(thread->user_stack_base + thread->user_stack_size));
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp175 if (thread->user_stack_base != 0) {
177 (void *)thread->user_stack_base,
178 (void *)(thread->user_stack_base + thread->user_stack_size));
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp384 if (thread->user_stack_base != 0) {
386 (void *)thread->user_stack_base,
387 (void *)(thread->user_stack_base + thread->user_stack_size));
H A Darch_thread.cpp120 thread->user_stack_base + thread->user_stack_size;
184 addr_t stackTop = thread->user_stack_base + thread->user_stack_size;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp227 thread_get_current_thread()->user_stack_base,
228 thread_get_current_thread()->user_stack_base +
237 thread_get_current_thread()->user_stack_base +
H A Darch_thread.cpp69 thread->user_stack_base + thread->user_stack_size;
136 frame.sp = thread->user_stack_base + thread->user_stack_size;
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp190 thread->user_stack_base + thread->user_stack_size;
H A Darch_debug.cpp702 if (thread->user_stack_base != 0) {
704 (void*)thread->user_stack_base,
705 (void*)(thread->user_stack_base + thread->user_stack_size));
/haiku/src/system/kernel/
H A Dthread.cpp194 user_stack_base(0),
856 thread->user_stack_base = (addr_t)stackBase + guardSize;
858 thread->user_stack_base = (addr_t)stackBase;
967 if (thread->user_stack_base == 0) {
1217 info->stack_base = (void *)thread->user_stack_base;
1218 info->stack_end = (void *)(thread->user_stack_base
1855 kprintf("user_stack_base: %p\n", (void *)thread->user_stack_base);
2419 thread->user_stack_base = 0;
H A Dteam.cpp1612 programArgs = (struct user_space_program_args*)(thread->user_stack_base
2225 thread->user_stack_base = parentThread->user_stack_base;
H A Dsignal.cpp1338 stack->ss_sp = (void*)thread->user_stack_base;
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp225 addr_t stackTop = thread->user_stack_base + thread->user_stack_size;
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp277 addr_t stackTop = thread->user_stack_base + thread->user_stack_size;
/haiku/headers/private/kernel/
H A Dthread_types.h529 addr_t user_stack_base; // protected by thread lock member in struct:BKernel::Thread
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp187 fStackBase = fThread->user_stack_base;

Completed in 159 milliseconds