Home
last modified time | relevance | path

Searched refs:arm_thread_state64_set_pc_fptr (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/tests/ !
H A Dthread_set_state_arm64_cpsr.c90 arm_thread_state64_set_pc_fptr(ts, new_pc);
H A Dexc_helpers.c268 arm_thread_state64_set_pc_fptr(*state, pc); in catch_mach_exception_raise_state_identity()
/xnu-11417.140.69/tests/ipc/ !
H A Dkernel_signed_pac_thread_state.c254 arm_thread_state64_set_pc_fptr(*state, pc); in catch_mach_exception_raise_state_identity()
282 arm_thread_state64_set_pc_fptr(*state, pc); in catch_mach_exception_raise_state_identity()
/xnu-11417.140.69/osfmk/mach/arm/ !
H A Dthread_status.h173 #define arm_thread_state64_set_pc_fptr(ts, fptr) \ macro