Searched refs:arm_debug_state64_t (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.1.13/osfmk/arm64/ |
| H A D | machine_task.c | 112 arm_debug_state64_t *tstate = (arm_debug_state64_t *) state; in machine_task_set_state() 125 …copy_debug_state64(tstate, (arm_debug_state64_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 189 arm_debug_state64_t *tstate = (arm_debug_state64_t *) state; in machine_task_get_state() 198 …copy_debug_state64((arm_debug_state64_t*) task->task_debug, tstate, FALSE); /* FALSE OR TRUE doesn… in machine_task_get_state()
|
| H A D | bsd_arm64.c | 61 extern arm_debug_state64_t *find_or_allocate_debug_state64(thread_t thread); 138 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in thread_setsinglestep()
|
| H A D | status.c | 1017 arm_debug_state64_t *state; in machine_thread_get_state() 1018 arm_debug_state64_t *thread_state; in machine_thread_get_state() 1028 state = (arm_debug_state64_t *) tstate; in machine_thread_get_state() 1032 bzero(state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1034 bcopy(thread_state, state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1429 arm_debug_state64_t *state; in machine_thread_set_state() 1440 state = (arm_debug_state64_t *) tstate; in machine_thread_set_state() 1462 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in machine_thread_set_state() 1734 arm_debug_state64_t * 1756 arm_debug_state64_t * [all …]
|
| H A D | pcb.c | 1067 debug_state_is_valid64(arm_debug_state64_t *debug_state) in debug_state_is_valid64() 1106 copy_debug_state64(arm_debug_state64_t * src, in copy_debug_state64() 1107 arm_debug_state64_t * target, in copy_debug_state64() 1110 bcopy(src, target, sizeof(arm_debug_state64_t)); in copy_debug_state64()
|
| /xnu-10002.1.13/osfmk/arm/ |
| H A D | misc_protos.h | 112 extern void copy_debug_state64(arm_debug_state64_t * src, arm_debug_state64_t *target, __unused boo… 116 extern boolean_t debug_state_is_valid64(arm_debug_state64_t *ds);
|
| H A D | thread.h | 179 extern arm_debug_state64_t * find_debug_state64(thread_t); 180 extern arm_debug_state64_t * find_or_allocate_debug_state64(thread_t);
|
| /xnu-10002.1.13/osfmk/mach/arm/ |
| H A D | thread_status.h | 202 typedef _STRUCT_ARM_DEBUG_STATE64 arm_debug_state64_t; typedef 241 (sizeof (arm_debug_state64_t)/sizeof(uint32_t))) 938 arm_debug_state64_t ds64;
|
| /xnu-10002.1.13/tests/ |
| H A D | hw_breakpoint_step_arm64.c | 132 arm_debug_state64_t dbg; in step_thread()
|