Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmachdep_call.h60 extern kern_return_t thread_set_cthread_self(vm_address_t);
H A Dmachdep_call.c71 thread_set_cthread_self(vm_address_t self) in thread_set_cthread_self() function
H A Dlocore.s762 bl EXT(thread_set_cthread_self)
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c2043 thread_set_cthread_self(get_saved_state_reg(state, 0)); in platform_syscall()