Home
last modified time | relevance | path

Searched refs:thread_adjuserstack (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dstatus.c739 thread_adjuserstack(thread_t thread, int adjust) in thread_adjuserstack() function
/xnu-8019.80.24/osfmk/i386/
H A Dbsd_i386.c764 thread_adjuserstack( in thread_adjuserstack() function
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1255 extern user_addr_t thread_adjuserstack(
/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c1646 thread_adjuserstack(thread_t thread, in thread_adjuserstack() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_resource.c1107 cur_sp = thread_adjuserstack(current_thread(), 0); in dosetrlimit()
H A Dkern_exec.c1554 ap = thread_adjuserstack(thread, -new_ptr_size); in exec_mach_imgact()