Searched refs:uncores (Results 1 – 4 of 4) sorted by relevance
88 static struct amd_uncore uncores[UNCORE_TYPE_MAX]; variable607 uncore = &uncores[i]; in amd_uncore_cpu_starting()620 uncore = &uncores[i]; in amd_uncore_cpu_online()634 uncore = &uncores[i]; in amd_uncore_cpu_down_prepare()647 uncore = &uncores[i]; in amd_uncore_cpu_dead()1092 static struct amd_uncore uncores[UNCORE_TYPE_MAX] = { variable1133 uncore = &uncores[i]; in amd_uncore_init()1177 uncore = &uncores[i]; in amd_uncore_init()1198 uncore = &uncores[i]; in amd_uncore_exit()
747 struct intel_uncore_type **uncores; in intel_uncore_generic_init_uncores() local752 uncores = kzalloc_objs(struct intel_uncore_type *, in intel_uncore_generic_init_uncores()754 if (!uncores) in intel_uncore_generic_init_uncores()773 uncores[i++] = uncore; in intel_uncore_generic_init_uncores()776 return uncores; in intel_uncore_generic_init_uncores()
1492 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument1495 for (; *uncores; uncores++) in uncore_change_context()1496 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
6296 struct intel_uncore_type **uncores) in uncore_get_uncores() argument6307 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores()