Home
last modified time | relevance | path

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

/xnu-11215.61.5/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.h167 __darwin_arm_thread_state64_get_sp(ts)
/xnu-11215.61.5/tests/
H A Dsetitimer.c578 sp = (void *)__darwin_arm_thread_state64_get_sp((context->uc_mcontext)->__ss); in alrm_handler()