Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dstatus.c755 thread_setentrypoint(thread_t thread, mach_vm_offset_t entry) in thread_setentrypoint() function
/xnu-8019.80.24/osfmk/i386/
H A Dbsd_i386.c795 thread_setentrypoint(thread_t thread, mach_vm_address_t entry) in thread_setentrypoint() function
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1260 extern void thread_setentrypoint(
/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c1667 thread_setentrypoint(thread_t thread, in thread_setentrypoint() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c881 thread_setentrypoint(thread, result->entry_point); in activate_exec_state()