Searched refs:arm_debug_state32_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.1.13/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 | 969 arm_debug_state32_t *thread_state; in machine_thread_get_state() 992 arm_debug_state32_t *state; in machine_thread_get_state() 993 arm_debug_state32_t *thread_state; in machine_thread_get_state() 1003 state = (arm_debug_state32_t *) tstate; in machine_thread_get_state() 1007 bzero(state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 1009 bcopy(thread_state, state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 1313 arm_debug_state32_t *thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() 1352 arm_debug_state32_t *state; in machine_thread_set_state() 1363 state = (arm_debug_state32_t *) tstate; in machine_thread_set_state() 1386 arm_debug_state32_t * thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() [all …]
|
| H A D | pcb.c | 1048 debug_state_is_valid32(arm_debug_state32_t *debug_state) in debug_state_is_valid32() 1098 copy_debug_state32(arm_debug_state32_t * src, in copy_debug_state32() 1099 arm_debug_state32_t * target, in copy_debug_state32() 1102 bcopy(src, target, sizeof(arm_debug_state32_t)); in copy_debug_state32()
|
| /xnu-10002.1.13/osfmk/arm/ |
| H A D | misc_protos.h | 111 extern void copy_debug_state32(arm_debug_state32_t * src, arm_debug_state32_t *target, __unused boo… 115 extern boolean_t debug_state_is_valid32(arm_debug_state32_t *ds);
|
| H A D | thread.h | 177 extern arm_debug_state32_t * find_debug_state32(thread_t); 178 extern arm_debug_state32_t * find_or_allocate_debug_state32(thread_t);
|
| /xnu-10002.1.13/osfmk/mach/arm/ |
| H A D | thread_status.h | 201 typedef _STRUCT_ARM_DEBUG_STATE32 arm_debug_state32_t; typedef 235 (sizeof (arm_debug_state32_t)/sizeof(uint32_t))) 937 arm_debug_state32_t ds32;
|