Home
last modified time | relevance | path

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

/xnu-8796.101.5/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,
1250 state->dsh.count == x86_DEBUG_STATE32_COUNT && in machine_thread_set_state()
1715 if (*count < x86_DEBUG_STATE32_COUNT) { in machine_thread_get_state()
1725 *count = x86_DEBUG_STATE32_COUNT; in machine_thread_get_state()
1764 state->dsh.count = x86_DEBUG_STATE32_COUNT; in machine_thread_get_state()
2307 val = x86_DEBUG_STATE32_COUNT; in act_thread_csave()
/xnu-8796.101.5/osfmk/mach/i386/
H A Dthread_status.h234 #define x86_DEBUG_STATE32_COUNT ((mach_msg_type_number_t) \ macro
237 #define X86_DEBUG_STATE32_COUNT x86_DEBUG_STATE32_COUNT