Searched refs:plus_features (Results 1 – 2 of 2) sorted by relevance
129 GList *l, *plus_features = NULL, *minus_features = NULL; in sparc_cpu_parse_features() local151 plus_features = g_list_append(plus_features, in sparc_cpu_parse_features()191 for (l = plus_features; l; l = l->next) { in sparc_cpu_parse_features()195 g_list_free_full(plus_features, g_free); in sparc_cpu_parse_features()
7136 static GList *plus_features, *minus_features; variable7172 plus_features = g_list_append(plus_features, in x86_cpu_parse_featurestr()7192 if (g_list_find_custom(plus_features, name, compare_string)) { in x86_cpu_parse_featurestr()8919 for (l = plus_features; l; l = l->next) { in x86_cpu_expand_features()