Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/arm/
H A D_structs.h226 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
335 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
372 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
408 #define __darwin_arm_thread_state64_set_pc_fptr(ts, fptr) \ macro
H A Dthread_status.h129 __darwin_arm_thread_state64_set_pc_fptr(ts, fptr)
/xnu-8019.80.24/tests/
H A Duser_msrs.c232 __darwin_arm_thread_state64_set_pc_fptr(ctx->__ss, pc); in sig_caught()