Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dstatus.c722 thread_setuserstack(thread_t thread, mach_vm_address_t user_stack) in thread_setuserstack() function
/xnu-8020.140.41/osfmk/i386/
H A Dbsd_i386.c740 thread_setuserstack( in thread_setuserstack() function
/xnu-8020.140.41/osfmk/kern/
H A Dthread.h1323 extern void thread_setuserstack(
/xnu-8020.140.41/osfmk/arm64/
H A Dstatus.c1892 thread_setuserstack(thread_t thread, in thread_setuserstack() function
/xnu-8020.140.41/bsd/kern/
H A Dkern_exec.c1547 thread_setuserstack(thread, ap); in exec_mach_imgact()