Home
last modified time | relevance | path

Searched refs:thread_setentrypoint (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/i386/
H A Dbsd_i386.c797 thread_setentrypoint(thread_t thread, mach_vm_address_t entry) in thread_setentrypoint() function
/xnu-11215.1.10/osfmk/kern/
H A Dthread.h1506 extern void thread_setentrypoint(
/xnu-11215.1.10/osfmk/arm64/
H A Dstatus.c2005 thread_setentrypoint(thread_t thread, in thread_setentrypoint() function
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c911 thread_setentrypoint(thread, result->entry_point); in activate_exec_state()