Searched refs:unified_state (Results 1 – 1 of 1) sorted by relevance
226 arm_unified_thread_state_t *unified_state = (arm_unified_thread_state_t *) tstate; in handle_get_arm_thread_state() local227 bzero(unified_state, sizeof(*unified_state)); in handle_get_arm_thread_state()230 unified_state->ash.flavor = ARM_THREAD_STATE64; in handle_get_arm_thread_state()231 unified_state->ash.count = ARM_THREAD_STATE64_COUNT; in handle_get_arm_thread_state()232 (void)saved_state_to_thread_state64(saved_state, thread_state64(unified_state)); in handle_get_arm_thread_state()236 unified_state->ash.flavor = ARM_THREAD_STATE32; in handle_get_arm_thread_state()237 unified_state->ash.count = ARM_THREAD_STATE32_COUNT; in handle_get_arm_thread_state()238 (void)saved_state_to_thread_state32(saved_state, thread_state32(unified_state)); in handle_get_arm_thread_state()289 const arm_unified_thread_state_t *unified_state = (const arm_unified_thread_state_t *) tstate; in handle_set_arm_thread_state() local291 if (is_thread_state64(unified_state)) { in handle_set_arm_thread_state()[all …]