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()996 static struct amd_uncore uncores[UNCORE_TYPE_MAX] = { variable1037 uncore = &uncores[i]; in amd_uncore_init()1081 uncore = &uncores[i]; in amd_uncore_init()1102 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()
1501 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument1504 for (; *uncores; uncores++) in uncore_change_context()1505 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
6416 struct intel_uncore_type **uncores) in uncore_get_uncores() argument6427 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores()