Searched refs:uncores (Results 1 – 4 of 4) sorted by relevance
84 static struct amd_uncore uncores[UNCORE_TYPE_MAX]; variable547 uncore = &uncores[i]; in amd_uncore_cpu_starting()560 uncore = &uncores[i]; in amd_uncore_cpu_online()574 uncore = &uncores[i]; in amd_uncore_cpu_down_prepare()587 uncore = &uncores[i]; in amd_uncore_cpu_dead()995 static struct amd_uncore uncores[UNCORE_TYPE_MAX] = { variable1036 uncore = &uncores[i]; in amd_uncore_init()1080 uncore = &uncores[i]; in amd_uncore_init()1101 uncore = &uncores[i]; in amd_uncore_exit()
698 struct intel_uncore_type **uncores; in intel_uncore_generic_init_uncores() local703 uncores = kcalloc(num_discovered_types[type_id] + num_extra + 1, in intel_uncore_generic_init_uncores()705 if (!uncores) in intel_uncore_generic_init_uncores()724 uncores[i++] = uncore; in intel_uncore_generic_init_uncores()727 return uncores; in intel_uncore_generic_init_uncores()
1508 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument1511 for (; *uncores; uncores++) in uncore_change_context()1512 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
6503 struct intel_uncore_type **uncores) in uncore_get_uncores() argument6514 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores()