Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dmachine_task.c80 (state_count != x86_DEBUG_STATE32_COUNT) || in machine_task_set_state()
120 (tstate->dsh.count == x86_DEBUG_STATE32_COUNT) && in machine_task_set_state()
161 if ((task_has_64Bit_addr(task)) || (*state_count != x86_DEBUG_STATE32_COUNT)) { in machine_task_get_state()
208 tstate->dsh.count = x86_DEBUG_STATE32_COUNT; in machine_task_get_state()
276 count = x86_DEBUG_STATE32_COUNT; in machine_thread_inherit_taskwide()
H A Dpcb.c117 [x86_DEBUG_STATE32] = x86_DEBUG_STATE32_COUNT,
1252 state->dsh.count == x86_DEBUG_STATE32_COUNT && in machine_thread_set_state()
1717 if (*count < x86_DEBUG_STATE32_COUNT) { in machine_thread_get_state()
1727 *count = x86_DEBUG_STATE32_COUNT; in machine_thread_get_state()
1766 state->dsh.count = x86_DEBUG_STATE32_COUNT; in machine_thread_get_state()
2309 val = x86_DEBUG_STATE32_COUNT; in act_thread_csave()
/xnu-11417.140.69/osfmk/mach/i386/
H A Dthread_status.h235 #define x86_DEBUG_STATE32_COUNT ((mach_msg_type_number_t) \ macro
238 #define X86_DEBUG_STATE32_COUNT x86_DEBUG_STATE32_COUNT