Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/arm/ !
H A D_structs.h208 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
329 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
366 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
402 #define __darwin_arm_thread_state64_get_pc(ts) \ macro
H A Dthread_status.h121 __darwin_arm_thread_state64_get_pc(ts)
/xnu-8019.80.24/tests/ !
H A Duser_msrs.c219 pc = (void (*)(void))__darwin_arm_thread_state64_get_pc(ctx->__ss); in sig_caught()