Home
last modified time | relevance | path

Searched refs:thread_setuserstack (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dstatus.c718 thread_setuserstack(thread_t thread, mach_vm_address_t user_stack) in thread_setuserstack() function
/xnu-8019.80.24/osfmk/i386/
H A Dbsd_i386.c737 thread_setuserstack( in thread_setuserstack() function
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1251 extern void thread_setuserstack(
/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c1629 thread_setuserstack(thread_t thread, in thread_setuserstack() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c1546 thread_setuserstack(thread, ap); in exec_mach_imgact()