Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/arm/
H A D_structs.h331 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
413 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
450 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
486 #define __darwin_arm_thread_state64_get_sp(ts) \ macro
H A Dthread_status.h155 __darwin_arm_thread_state64_get_sp(ts)
/xnu-10063.141.1/tests/
H A Dsetitimer.c577 sp = (void *)__darwin_arm_thread_state64_get_sp((context->uc_mcontext)->__ss); in alrm_handler()