Searched refs:is_thread_state64 (Results 1 – 2 of 2) sorted by relevance
285 if (is_thread_state64(unified_state)) { in handle_set_arm_thread_state()348 if (*count < ARM_UNIFIED_THREAD_STATE_COUNT || !is_thread_state64(unified_state)) { in machine_thread_state_convert_to_user()595 if (count < ARM_UNIFIED_THREAD_STATE_COUNT || !is_thread_state64(unified_state)) { in machine_thread_state_convert_from_user()
267 is_thread_state64(const arm_unified_thread_state_t *its) in is_thread_state64() function