Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/arm/
H A D_structs.h237 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
419 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
462 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
504 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
H A Dthread_status.h166 __darwin_arm_thread_state64_get_pc(ts)
/xnu-12377.61.12/tests/
H A Duser_msrs.c203 pc = (void (*)(void))__darwin_arm_thread_state64_get_pc(ctx->__ss); in sig_caught()