Searched refs:arm_debug_state64_t (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | machine_task.c | 110 arm_debug_state64_t *tstate = (arm_debug_state64_t *) state; in machine_task_set_state() 123 …copy_debug_state64(tstate, (arm_debug_state64_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 187 arm_debug_state64_t *tstate = (arm_debug_state64_t *) state; in machine_task_get_state() 196 …copy_debug_state64((arm_debug_state64_t*) task->task_debug, tstate, FALSE); /* FALSE OR TRUE doesn… in machine_task_get_state()
|
| H A D | status.c | 740 arm_debug_state64_t *state; in machine_thread_get_state() 741 arm_debug_state64_t *thread_state; in machine_thread_get_state() 751 state = (arm_debug_state64_t *) tstate; in machine_thread_get_state() 755 bzero(state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 757 bcopy(thread_state, state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1152 arm_debug_state64_t *state; in machine_thread_set_state() 1163 state = (arm_debug_state64_t *) tstate; in machine_thread_set_state() 1185 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in machine_thread_set_state() 1456 arm_debug_state64_t * 1476 arm_debug_state64_t * [all …]
|
| H A D | bsd_arm64.c | 62 extern arm_debug_state64_t *find_or_allocate_debug_state64(thread_t thread); 139 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in thread_setsinglestep()
|
| H A D | pcb.c | 921 debug_state_is_valid64(arm_debug_state64_t *debug_state) in debug_state_is_valid64() 960 copy_debug_state64(arm_debug_state64_t * src, in copy_debug_state64() 961 arm_debug_state64_t * target, in copy_debug_state64() 964 bcopy(src, target, sizeof(arm_debug_state64_t)); in copy_debug_state64()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | misc_protos.h | 110 extern void copy_debug_state64(arm_debug_state64_t * src, arm_debug_state64_t *target, __unused boo… 114 extern boolean_t debug_state_is_valid64(arm_debug_state64_t *ds);
|
| H A D | thread.h | 189 extern arm_debug_state64_t * find_debug_state64(thread_t); 190 extern arm_debug_state64_t * find_or_allocate_debug_state64(thread_t);
|
| /xnu-8019.80.24/osfmk/mach/arm/ |
| H A D | thread_status.h | 192 typedef _STRUCT_ARM_DEBUG_STATE64 arm_debug_state64_t; typedef 231 (sizeof (arm_debug_state64_t)/sizeof(uint32_t))) 923 arm_debug_state64_t ds64;
|
| /xnu-8019.80.24/tests/ |
| H A D | hw_breakpoint_step_arm64.c | 132 arm_debug_state64_t dbg; in step_thread()
|