Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dbsd_i386.c766 thread_adjuserstack( in thread_adjuserstack() function
/xnu-12377.41.6/osfmk/kern/
H A Dthread.h1545 extern user_addr_t thread_adjuserstack(
/xnu-12377.41.6/osfmk/arm64/
H A Dstatus.c2425 thread_adjuserstack(thread_t thread, function
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c1596 cur_sp = thread_adjuserstack(current_thread(), 0); in dosetrlimit()
H A Dkern_exec.c2366 ap = thread_adjuserstack(thread, -new_ptr_size); in exec_mach_imgact()
2468 uint64_t ap = thread_adjuserstack(thread, -24); in exec_mach_imgact()