Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dmachine_task.c98 (state_count != x86_DEBUG_STATE64_COUNT) || in machine_task_set_state()
130 (tstate->dsh.count == x86_DEBUG_STATE64_COUNT) && in machine_task_set_state()
177 if ((!task_has_64Bit_addr(task)) || (*state_count != x86_DEBUG_STATE64_COUNT)) { in machine_task_get_state()
199 tstate->dsh.count = x86_DEBUG_STATE64_COUNT; in machine_task_get_state()
273 count = x86_DEBUG_STATE64_COUNT; in machine_thread_inherit_taskwide()
H A Dpcb.c118 [x86_DEBUG_STATE64] = x86_DEBUG_STATE64_COUNT,
1248 state->dsh.count == x86_DEBUG_STATE64_COUNT && in machine_thread_set_state()
1733 if (*count < x86_DEBUG_STATE64_COUNT) { in machine_thread_get_state()
1743 *count = x86_DEBUG_STATE64_COUNT; in machine_thread_get_state()
1761 state->dsh.count = x86_DEBUG_STATE64_COUNT; in machine_thread_get_state()
2275 val = x86_DEBUG_STATE64_COUNT; in act_thread_csave()
/xnu-11417.140.69/osfmk/mach/i386/
H A Dthread_status.h267 #define x86_DEBUG_STATE64_COUNT ((mach_msg_type_number_t) \ macro
270 #define X86_DEBUG_STATE64_COUNT x86_DEBUG_STATE64_COUNT