Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/arm/
H A Ddbgwrap.h37 typedef arm_thread_state64_t __attribute__((aligned(16))) dbgwrap_thread_state_t; typedef
39 typedef arm_thread_state32_t dbgwrap_thread_state_t;
77 … ml_dbgwrap_halt_cpu_with_state(int cpu_index, uint64_t timeout_ns, dbgwrap_thread_state_t *state);
H A Dcpu_data_internal.h237 dbgwrap_thread_state_t halt_state;
/xnu-10002.61.3/osfmk/arm64/
H A Ddbgwrap.c228 ml_dbgwrap_halt_cpu_with_state(int cpu_index, uint64_t timeout_ns, dbgwrap_thread_state_t *state) in ml_dbgwrap_halt_cpu_with_state()