Searched refs:arm_debug_state32_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/osfmk/arm64/ |
| H A D | machine_task.c | 94 arm_debug_state32_t *tstate = (arm_debug_state32_t *) state; in machine_task_set_state() 106 …copy_debug_state32(tstate, (arm_debug_state32_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 173 arm_debug_state32_t *tstate = (arm_debug_state32_t *) state; in machine_task_get_state() 182 …copy_debug_state32((arm_debug_state32_t*) task->task_debug, tstate, FALSE); /* FALSE OR TRUE doesn… in machine_task_get_state()
|
| H A D | status.c | 1005 arm_debug_state32_t *thread_state; in machine_thread_get_state() 1028 arm_debug_state32_t *state; in machine_thread_get_state() 1029 arm_debug_state32_t *thread_state; in machine_thread_get_state() 1039 state = (arm_debug_state32_t *) tstate; in machine_thread_get_state() 1043 bzero(state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 1045 bcopy(thread_state, state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 1359 arm_debug_state32_t *thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() 1398 arm_debug_state32_t *state; in machine_thread_set_state() 1409 state = (arm_debug_state32_t *) tstate; in machine_thread_set_state() 1432 arm_debug_state32_t * thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() [all …]
|
| H A D | pcb.c | 1302 debug_state_is_valid32(arm_debug_state32_t *debug_state) in debug_state_is_valid32() 1352 copy_debug_state32(arm_debug_state32_t * src, in copy_debug_state32() 1353 arm_debug_state32_t * target, in copy_debug_state32() 1356 bcopy(src, target, sizeof(arm_debug_state32_t)); in copy_debug_state32()
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | misc_protos.h | 127 extern void copy_debug_state32(arm_debug_state32_t * src, arm_debug_state32_t *target, __unused boo… 131 extern boolean_t debug_state_is_valid32(arm_debug_state32_t *ds);
|
| H A D | thread.h | 192 extern arm_debug_state32_t * find_debug_state32(thread_t); 193 extern arm_debug_state32_t * find_or_allocate_debug_state32(thread_t);
|
| /xnu-11215.1.10/osfmk/mach/arm/ |
| H A D | thread_status.h | 216 typedef _STRUCT_ARM_DEBUG_STATE32 arm_debug_state32_t; typedef 253 (sizeof (arm_debug_state32_t)/sizeof(uint32_t))) 994 arm_debug_state32_t ds32;
|