Home
last modified time | relevance | path

Searched refs:find_or_allocate_debug_state32 (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/osfmk/arm/
H A Dthread.h197 extern arm_debug_state32_t * find_or_allocate_debug_state32(thread_t);
/xnu-11417.140.69/osfmk/arm64/
H A Dstatus.c1728 arm_debug_state32_t *thread_state = find_or_allocate_debug_state32(thread);
1801 arm_debug_state32_t * thread_state = find_or_allocate_debug_state32(thread);
2279 find_or_allocate_debug_state32(thread_t thread) function