Home
last modified time | relevance | path

Searched refs:arm_thread_state64_get_pc (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/tests/
H A Dexc_helpers.c209 void *pc = (void*)(arm_thread_state64_get_pc(*state) + advance_pc); in catch_mach_exception_raise_state_identity()
/xnu-8019.80.24/osfmk/mach/arm/
H A Dthread_status.h120 #define arm_thread_state64_get_pc(ts) \ macro