Home
last modified time | relevance | path

Searched refs:__darwin_arm_thread_state64_get_sp (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/mach/arm/
H A D_structs.h355 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
443 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
486 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
528 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
H A Dthread_status.h194 __darwin_arm_thread_state64_get_sp(ts)
/xnu-12377.61.12/tests/sched/
H A Dsetitimer.c645 sp = (void *)__darwin_arm_thread_state64_get_sp((context->uc_mcontext)->__ss); in alrm_handler()