Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/mach/arm/
H A D_structs.h259 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
401 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
438 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
474 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
H A Dthread_status.h139 __darwin_arm_thread_state64_set_pc_fptr(ts, fptr)
/xnu-10063.121.3/tests/
H A Duser_msrs.c216 __darwin_arm_thread_state64_set_pc_fptr(ctx->__ss, pc); in sig_caught()