Searched refs:arm_debug_state32_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.81.2/osfmk/arm64/ |
| H A D | machine_task.c | 94 arm_debug_state32_t *tstate = (arm_debug_state32_t *) state; in machine_task_set_state() 106 …copy_debug_state32(tstate, (arm_debug_state32_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 173 arm_debug_state32_t *tstate = (arm_debug_state32_t *) state; in machine_task_get_state() 182 …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 | 956 arm_debug_state32_t *thread_state; in machine_thread_get_state() 979 arm_debug_state32_t *state; in machine_thread_get_state() 980 arm_debug_state32_t *thread_state; in machine_thread_get_state() 990 state = (arm_debug_state32_t *) tstate; in machine_thread_get_state() 994 bzero(state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 996 bcopy(thread_state, state, sizeof(arm_debug_state32_t)); in machine_thread_get_state() 1300 arm_debug_state32_t *thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() 1339 arm_debug_state32_t *state; in machine_thread_set_state() 1350 state = (arm_debug_state32_t *) tstate; in machine_thread_set_state() 1373 arm_debug_state32_t * thread_state = find_or_allocate_debug_state32(thread); in machine_thread_set_state() [all …]
|
| H A D | pcb.c | 1028 debug_state_is_valid32(arm_debug_state32_t *debug_state) in debug_state_is_valid32() 1078 copy_debug_state32(arm_debug_state32_t * src, in copy_debug_state32() 1079 arm_debug_state32_t * target, in copy_debug_state32() 1082 bcopy(src, target, sizeof(arm_debug_state32_t)); in copy_debug_state32()
|
| /xnu-8792.81.2/osfmk/arm/ |
| H A D | misc_protos.h | 110 extern void copy_debug_state32(arm_debug_state32_t * src, arm_debug_state32_t *target, __unused boo… 114 extern boolean_t debug_state_is_valid32(arm_debug_state32_t *ds);
|
| H A D | thread.h | 172 extern arm_debug_state32_t * find_debug_state32(thread_t); 173 extern arm_debug_state32_t * find_or_allocate_debug_state32(thread_t);
|
| /xnu-8792.81.2/osfmk/mach/arm/ |
| H A D | thread_status.h | 195 typedef _STRUCT_ARM_DEBUG_STATE32 arm_debug_state32_t; typedef 229 (sizeof (arm_debug_state32_t)/sizeof(uint32_t))) 930 arm_debug_state32_t ds32;
|