Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c1247 if (state->dsh.flavor == x86_DEBUG_STATE64 && in machine_thread_set_state()
1248 state->dsh.count == x86_DEBUG_STATE64_COUNT && in machine_thread_set_state()
1251 } else if (state->dsh.flavor == x86_DEBUG_STATE32 && in machine_thread_set_state()
1252 state->dsh.count == x86_DEBUG_STATE32_COUNT && in machine_thread_set_state()
1760 state->dsh.flavor = x86_DEBUG_STATE64; in machine_thread_get_state()
1761 state->dsh.count = x86_DEBUG_STATE64_COUNT; in machine_thread_get_state()
1765 state->dsh.flavor = x86_DEBUG_STATE32; in machine_thread_get_state()
1766 state->dsh.count = x86_DEBUG_STATE32_COUNT; in machine_thread_get_state()
/xnu-11417.121.6/osfmk/mach/i386/
H A Dthread_status.h319 x86_state_hdr_t dsh; member
/xnu-11417.121.6/osfmk/arm64/
H A Dstatus.c2260 thread->machine.DebugData->dsh.flavor = ARM_DEBUG_STATE64;
2261 thread->machine.DebugData->dsh.count = ARM_DEBUG_STATE64_COUNT;
2286 thread->machine.DebugData->dsh.flavor = ARM_DEBUG_STATE32;
2287 thread->machine.DebugData->dsh.count = ARM_DEBUG_STATE32_COUNT;
H A Dpcb.c1277 switch (debug_state->dsh.flavor) { in arm_debug_set()
/xnu-11417.121.6/osfmk/mach/arm/
H A Dthread_status.h1041 arm_state_hdr_t dsh; member