Home
last modified time | relevance | path

Searched refs:arm_debug_set (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dpcb.c194 arm_debug_set(NULL); in machine_thread_destroy()
351 arm_debug_set(arm_debug_state_t *debug_state) in arm_debug_set() function
H A Dthread.h204 extern void arm_debug_set(arm_debug_state_t *debug_state);
H A Dtrap.c393 arm_debug_set(NULL); in sleh_abort()
H A Dstatus.c487 arm_debug_set(thread_state); in machine_thread_set_state()
H A Dlocore.s1883 bl EXT(arm_debug_set) // argument is already in r0
/xnu-8019.80.24/osfmk/arm64/
H A Dpcb.c282 arm_debug_set(NULL); in machine_thread_destroy()
858 arm_debug_set(arm_debug_state_t *debug_state) in arm_debug_set() function
H A Dlocore.s932 bl EXT(arm_debug_set) // Establish thread debug state in live regs
H A Dsleh.c695 arm_debug_set(NULL); in sleh_synchronous()