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