Searched refs:kvx_core_info_table (Results 1 – 3 of 3) sorted by relevance
298 if (!strcasecmp (env.opts.march, kvx_core_info_table[i]->name)) in md_parse_option()300 kvx_core_info = kvx_core_info_table[i]; in md_parse_option()438 strcpy (buf, kvx_core_info_table[i]->name); in supported_cores()440 if ((strlen (buf) + 1 + strlen (kvx_core_info_table[i]->name) + 1) < buflen) in supported_cores()443 strcat (buf, kvx_core_info_table[i]->name); in supported_cores()
246 extern const struct kvx_core_info *kvx_core_info_table[];
111077 const struct kvx_core_info *kvx_core_info_table[] = variable