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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.h55 user_addr_t user_stack; member in struct:_load_result
H A Dmach_loader.c1329 load_threadstack( thread_t thread, uint32_t *ts, uint32_t total_size, mach_vm_offset_t *user_stack, int *customstack ) argument
H A Dkern_exec.c3895 mach_vm_address_t user_stack = load_result->user_stack; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c92 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *user_stack, int *customstack ) argument
564 thread_setuserstack( thread_t thread, mach_vm_address_t user_stack) argument
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc.h111 caddr_t user_stack; /* where user stack was allocated */ member in struct:extern_proc
H A Dproc_internal.h314 user_addr_t user_stack; /* where user stack was allocated */ member in struct:proc
545 uint32_t user_stack; /* where user stack was allocated */ member in struct:user32_extern_proc
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_support.c171 _bsdthread_create(struct proc *p, user_addr_t user_func, user_addr_t user_funcarg, user_addr_t user_stack, user_addr_t user_pthread, uint32_t flags, user_addr_t *retval) argument

Completed in 279 milliseconds