Searched refs:arm_legacy_debug_state_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | machine_task.c | 76 arm_legacy_debug_state_t *tstate = (arm_legacy_debug_state_t *) state; in machine_task_set_state() 88 …copy_legacy_debug_state(tstate, (arm_legacy_debug_state_t *) task->task_debug, FALSE); /* FALSE OR… in machine_task_set_state() 157 arm_legacy_debug_state_t *tstate = (arm_legacy_debug_state_t *) state; in machine_task_get_state() 166 …copy_legacy_debug_state((arm_legacy_debug_state_t*) task->task_debug, tstate, FALSE); /* FALSE OR … in machine_task_get_state()
|
| H A D | pcb.c | 1307 debug_legacy_state_is_valid(arm_legacy_debug_state_t *debug_state) in debug_legacy_state_is_valid() 1368 copy_legacy_debug_state(arm_legacy_debug_state_t * src, in copy_legacy_debug_state() 1369 arm_legacy_debug_state_t * target, in copy_legacy_debug_state() 1372 bcopy(src, target, sizeof(arm_legacy_debug_state_t)); in copy_legacy_debug_state()
|
| H A D | status.c | 1331 arm_legacy_debug_state_t *state; 1342 state = (arm_legacy_debug_state_t *) tstate; 1346 bzero(state, sizeof(arm_legacy_debug_state_t)); 1348 bcopy(thread_state, state, sizeof(arm_legacy_debug_state_t)); 1698 arm_legacy_debug_state_t *state; 1709 state = (arm_legacy_debug_state_t *) tstate;
|
| /xnu-12377.1.9/osfmk/arm/ |
| H A D | misc_protos.h | 139 extern void copy_legacy_debug_state(arm_legacy_debug_state_t * src, arm_legacy_debug_state_t *targe… 143 extern boolean_t debug_legacy_state_is_valid(arm_legacy_debug_state_t *ds);
|
| /xnu-12377.1.9/osfmk/mach/arm/ |
| H A D | thread_status.h | 1033 typedef _STRUCT_ARM_LEGACY_DEBUG_STATE arm_legacy_debug_state_t; typedef 1047 (sizeof (arm_legacy_debug_state_t)/sizeof(uint32_t)))
|