Home
last modified time | relevance | path

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

/xnu-8019.80.24/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 Ddbgwrap.c49 …with_state(int cpu_index __unused, uint64_t timeout_ns __unused, dbgwrap_thread_state_t *state __u… in ml_dbgwrap_halt_cpu_with_state()
H A Dcpu_data_internal.h282 dbgwrap_thread_state_t halt_state;
/xnu-8019.80.24/osfmk/arm64/
H A Ddbgwrap.c226 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()