Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmachdep_call.h59 extern vm_address_t thread_get_cthread_self(void);
H A Dmachdep_call.c77 thread_get_cthread_self(void) in thread_get_cthread_self() function
H A Dlocore.s767 bl EXT(thread_get_cthread_self)
/xnu-8019.80.24/bsd/dev/arm/
H A Dunix_signal.c31 extern user_addr_t thread_get_cthread_self(void);
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c2048 set_saved_state_reg(state, 0, thread_get_cthread_self()); in platform_syscall()