Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/mach/arm/
H A D_structs.h225 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
395 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
432 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
468 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
H A Dthread_status.h125 __darwin_arm_thread_state64_get_pc(ts)
/xnu-8792.81.2/tests/
H A Duser_msrs.c203 pc = (void (*)(void))__darwin_arm_thread_state64_get_pc(ctx->__ss); in sig_caught()