Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/i386/
H A Dbsd_i386.c766 thread_adjuserstack( in thread_adjuserstack() function
/xnu-11215.81.4/osfmk/kern/
H A Dthread.h1510 extern user_addr_t thread_adjuserstack(
/xnu-11215.81.4/osfmk/arm64/
H A Dstatus.c1984 thread_adjuserstack(thread_t thread, in thread_adjuserstack() function
/xnu-11215.81.4/bsd/kern/
H A Dkern_resource.c1370 cur_sp = thread_adjuserstack(current_thread(), 0); in dosetrlimit()
H A Dkern_exec.c1849 ap = thread_adjuserstack(thread, -new_ptr_size); in exec_mach_imgact()
1951 uint64_t ap = thread_adjuserstack(thread, -24); in exec_mach_imgact()