Home
last modified time | relevance | path

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

/xnu-8796.101.5/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,
1246 state->dsh.count == x86_DEBUG_STATE64_COUNT && in machine_thread_set_state()
1731 if (*count < x86_DEBUG_STATE64_COUNT) { in machine_thread_get_state()
1741 *count = x86_DEBUG_STATE64_COUNT; in machine_thread_get_state()
1759 state->dsh.count = x86_DEBUG_STATE64_COUNT; in machine_thread_get_state()
2273 val = x86_DEBUG_STATE64_COUNT; in act_thread_csave()
/xnu-8796.101.5/osfmk/mach/i386/
H A Dthread_status.h266 #define x86_DEBUG_STATE64_COUNT ((mach_msg_type_number_t) \ macro
269 #define X86_DEBUG_STATE64_COUNT x86_DEBUG_STATE64_COUNT