Searched refs:arm_debug_state64_t (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.81.2/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 | 1004 arm_debug_state64_t *state; in machine_thread_get_state() 1005 arm_debug_state64_t *thread_state; in machine_thread_get_state() 1015 state = (arm_debug_state64_t *) tstate; in machine_thread_get_state() 1019 bzero(state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1021 bcopy(thread_state, state, sizeof(arm_debug_state64_t)); in machine_thread_get_state() 1416 arm_debug_state64_t *state; in machine_thread_set_state() 1427 state = (arm_debug_state64_t *) tstate; in machine_thread_set_state() 1449 arm_debug_state64_t *thread_state = find_or_allocate_debug_state64(thread); in machine_thread_set_state() 1720 arm_debug_state64_t * 1742 arm_debug_state64_t * [all …]
|
| H A D | pcb.c | 1047 debug_state_is_valid64(arm_debug_state64_t *debug_state) in debug_state_is_valid64() 1086 copy_debug_state64(arm_debug_state64_t * src, in copy_debug_state64() 1087 arm_debug_state64_t * target, in copy_debug_state64() 1090 bcopy(src, target, sizeof(arm_debug_state64_t)); in copy_debug_state64()
|
| /xnu-8792.81.2/osfmk/arm/ |
| H A D | misc_protos.h | 111 extern void copy_debug_state64(arm_debug_state64_t * src, arm_debug_state64_t *target, __unused boo… 115 extern boolean_t debug_state_is_valid64(arm_debug_state64_t *ds);
|
| H A D | thread.h | 174 extern arm_debug_state64_t * find_debug_state64(thread_t); 175 extern arm_debug_state64_t * find_or_allocate_debug_state64(thread_t);
|
| /xnu-8792.81.2/osfmk/mach/arm/ |
| H A D | thread_status.h | 196 typedef _STRUCT_ARM_DEBUG_STATE64 arm_debug_state64_t; typedef 235 (sizeof (arm_debug_state64_t)/sizeof(uint32_t))) 931 arm_debug_state64_t ds64;
|
| /xnu-8792.81.2/tests/ |
| H A D | hw_breakpoint_step_arm64.c | 132 arm_debug_state64_t dbg; in step_thread()
|