Home
last modified time | relevance | path

Searched refs:dsh (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/i386/
H A Dmachine_task.c119 if ((tstate->dsh.flavor == x86_DEBUG_STATE32) && in machine_task_set_state()
120 (tstate->dsh.count == x86_DEBUG_STATE32_COUNT) && in machine_task_set_state()
129 } else if ((tstate->dsh.flavor == x86_DEBUG_STATE64) && in machine_task_set_state()
130 (tstate->dsh.count == x86_DEBUG_STATE64_COUNT) && in machine_task_set_state()
198 tstate->dsh.flavor = x86_DEBUG_STATE64; in machine_task_get_state()
199 tstate->dsh.count = x86_DEBUG_STATE64_COUNT; in machine_task_get_state()
207 tstate->dsh.flavor = x86_DEBUG_STATE32; in machine_task_get_state()
208 tstate->dsh.count = x86_DEBUG_STATE32_COUNT; in machine_task_get_state()
H A Dpcb.c1219 if (state->dsh.flavor == x86_DEBUG_STATE64 && in machine_thread_set_state()
1220 state->dsh.count == x86_DEBUG_STATE64_COUNT && in machine_thread_set_state()
1223 } else if (state->dsh.flavor == x86_DEBUG_STATE32 && in machine_thread_set_state()
1224 state->dsh.count == x86_DEBUG_STATE32_COUNT && in machine_thread_set_state()
1732 state->dsh.flavor = x86_DEBUG_STATE64; in machine_thread_get_state()
1733 state->dsh.count = x86_DEBUG_STATE64_COUNT; in machine_thread_get_state()
1737 state->dsh.flavor = x86_DEBUG_STATE32; in machine_thread_get_state()
1738 state->dsh.count = x86_DEBUG_STATE32_COUNT; in machine_thread_get_state()
/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c1484 thread->machine.DebugData->dsh.flavor = ARM_DEBUG_STATE64; in find_or_allocate_debug_state64()
1485 thread->machine.DebugData->dsh.count = ARM_DEBUG_STATE64_COUNT; in find_or_allocate_debug_state64()
1509 thread->machine.DebugData->dsh.flavor = ARM_DEBUG_STATE32; in find_or_allocate_debug_state32()
1510 thread->machine.DebugData->dsh.count = ARM_DEBUG_STATE32_COUNT; in find_or_allocate_debug_state32()
H A Dpcb.c861 switch (debug_state->dsh.flavor) { in arm_debug_set()
/xnu-8019.80.24/osfmk/mach/i386/
H A Dthread_status.h312 x86_state_hdr_t dsh; member
/xnu-8019.80.24/osfmk/mach/arm/
H A Dthread_status.h920 arm_state_hdr_t dsh; member