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()
6605 static GList *plus_features, *minus_features; in x86_cpu_parse_featurestr() 6641 plus_features = g_list_append(plus_features, in x86_cpu_parse_featurestr() 6661 if (g_list_find_custom(plus_features, name, compare_string)) { in x86_cpu_parse_featurestr() 7206 * in x86_cpu_expand_features() based on plus_features and minus_features. in x86_cpu_cpudef_class_init() 8293 for (l = plus_features; l; l = l->next) { in x86_cpu_expand_features() 8309 * plus_features & minus_features to global properties in x86_cpu_expand_features() 6589 static GList *plus_features, *minus_features; global() variable