Searched defs:user_stack (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmach_loader.h55 vm_offset_t user_stack; member in struct:_load_result
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.h55 user_addr_t user_stack; member in struct:_load_result
H A Dmach_loader.c1116 load_threadstack( thread_t thread, unsigned long *ts, unsigned long total_size, user_addr_t *user_stack, int *customstack ) argument
H A Dkern_exec.c2787 create_unix_stack(vm_map_t map, user_addr_t user_stack, int customstack, argument
[all...]
H A Dpthread_synch.c801 user_addr_t user_stack = uap->stack; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c116 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, user_addr_t *user_stack, int *customstack ) argument
791 thread_setuserstack( thread_t thread, mach_vm_address_t user_stack) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c1333 thread_setuserstack(thread_t thread, mach_vm_address_t user_stack) argument
1256 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t *user_stack, int *customstack ) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h118 caddr_t user_stack; /* where user stack was allocated */ member in struct:extern_proc
H A Dproc_internal.h280 user_addr_t user_stack; /* where user stack was allocated */ member in struct:proc

Completed in 49 milliseconds