Searched refs:ia64_state_log (Results 1 – 1 of 1) sorted by relevance
361 static ia64_state_log_t ia64_state_log[IA64_MAX_LOG_TYPES]; variable366 #define IA64_LOG_NEXT_INDEX(it) ia64_state_log[it].isl_index367 #define IA64_LOG_CURR_INDEX(it) 1 - ia64_state_log[it].isl_index369 {ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index; \370 ia64_state_log[it].isl_count++;}372 ia64_state_log[it].isl_index = 1 - ia64_state_log[it].isl_index375 #define IA64_LOG_COUNT(it) ia64_state_log[it].isl_count379 ia64_state_log[it].isl_log[IA64_LOG_CURR_INDEX(it)] = in ia64_log_allocate()381 if (!ia64_state_log[it].isl_log[IA64_LOG_CURR_INDEX(it)]) in ia64_log_allocate()384 ia64_state_log[it].isl_log[IA64_LOG_NEXT_INDEX(it)] = in ia64_log_allocate()[all …]
Completed in 8 milliseconds