Searched refs:arm_debug_state32_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | machine_task.c | 92 arm_debug_state32_t *tstate = (arm_debug_state32_t *) state; in machine_task_set_state() 104 …copy_debug_state32(tstate, (arm_debug_state32_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 171 arm_debug_state32_t *tstate = (arm_debug_state32_t *) state; in machine_task_get_state() 180 …copy_debug_state32((arm_debug_state32_t*) task->task_debug, tstate, FALSE); /* FALSE OR TRUE doesn… in machine_task_get_state()
|
| H A D | status.c | 692 arm_debug_state32_t *thread_state; in machine_thread_get_state() 715 arm_debug_state32_t *state; in machine_thread_get_state() 716 arm_debug_state32_t *thread_state; in machine_thread_get_state() 726 state = (arm_debug_state32_t *) tstate; in machine_thread_get_state() 730 bzero(state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 732 bcopy(thread_state, state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 1036 arm_debug_state32_t *thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() 1075 arm_debug_state32_t *state; in machine_thread_set_state() 1086 state = (arm_debug_state32_t *) tstate; in machine_thread_set_state() 1109 arm_debug_state32_t * thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() [all …]
|
| H A D | pcb.c | 902 debug_state_is_valid32(arm_debug_state32_t *debug_state) in debug_state_is_valid32() 952 copy_debug_state32(arm_debug_state32_t * src, in copy_debug_state32() 953 arm_debug_state32_t * target, in copy_debug_state32() 956 bcopy(src, target, sizeof(arm_debug_state32_t)); in copy_debug_state32()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | misc_protos.h | 109 extern void copy_debug_state32(arm_debug_state32_t * src, arm_debug_state32_t *target, __unused boo… 113 extern boolean_t debug_state_is_valid32(arm_debug_state32_t *ds);
|
| H A D | thread.h | 187 extern arm_debug_state32_t * find_debug_state32(thread_t); 188 extern arm_debug_state32_t * find_or_allocate_debug_state32(thread_t);
|
| /xnu-8019.80.24/osfmk/mach/arm/ |
| H A D | thread_status.h | 191 typedef _STRUCT_ARM_DEBUG_STATE32 arm_debug_state32_t; typedef 225 (sizeof (arm_debug_state32_t)/sizeof(uint32_t))) 922 arm_debug_state32_t ds32;
|