Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dthread_set_state_arm64_cpsr.c90 arm_thread_state64_set_pc_fptr(ts, new_pc);
H A Dexc_helpers.c227 arm_thread_state64_set_pc_fptr(*state, pc); in catch_mach_exception_raise_state_identity()
/xnu-10002.81.5/tests/ipc/
H A Dkernel_signed_pac_thread_state.c244 arm_thread_state64_set_pc_fptr(*state, pc); in catch_mach_exception_raise_state_identity()
271 arm_thread_state64_set_pc_fptr(*state, pc); in catch_mach_exception_raise_state_identity()
/xnu-10002.81.5/osfmk/mach/arm/
H A Dthread_status.h138 #define arm_thread_state64_set_pc_fptr(ts, fptr) \ macro