Searched refs:arm_debug_state64_t (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/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 | 1053 arm_debug_state64_t *state; in machine_thread_get_state() 1054 arm_debug_state64_t *thread_state; in machine_thread_get_state() 1064 state = (arm_debug_state64_t *) tstate; in machine_thread_get_state() 1068 bzero(state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1070 bcopy(thread_state, state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1475 arm_debug_state64_t *state; in machine_thread_set_state() 1486 state = (arm_debug_state64_t *) tstate; in machine_thread_set_state() 1508 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in machine_thread_set_state() 1787 arm_debug_state64_t * 1809 arm_debug_state64_t * [all …]
|
| H A D | pcb.c | 1321 debug_state_is_valid64(arm_debug_state64_t *debug_state) in debug_state_is_valid64() 1360 copy_debug_state64(arm_debug_state64_t * src, in copy_debug_state64() 1361 arm_debug_state64_t * target, in copy_debug_state64() 1364 bcopy(src, target, sizeof(arm_debug_state64_t)); in copy_debug_state64()
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | misc_protos.h | 128 extern void copy_debug_state64(arm_debug_state64_t * src, arm_debug_state64_t *target, __unused boo… 132 extern boolean_t debug_state_is_valid64(arm_debug_state64_t *ds);
|
| H A D | thread.h | 194 extern arm_debug_state64_t * find_debug_state64(thread_t); 195 extern arm_debug_state64_t * find_or_allocate_debug_state64(thread_t);
|
| /xnu-11215.1.10/osfmk/mach/arm/ |
| H A D | thread_status.h | 217 typedef _STRUCT_ARM_DEBUG_STATE64 arm_debug_state64_t; typedef 259 (sizeof (arm_debug_state64_t)/sizeof(uint32_t))) 995 arm_debug_state64_t ds64;
|
| /xnu-11215.1.10/tests/ |
| H A D | hw_breakpoint_step_arm64.c | 133 arm_debug_state64_t dbg; in step_thread()
|