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