Home
last modified time | relevance | path

Searched refs:uncores (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/events/amd/
H A Duncore.c88 static struct amd_uncore uncores[UNCORE_TYPE_MAX]; variable
607 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] = { variable
1133 uncore = &uncores[i]; in amd_uncore_init()
1177 uncore = &uncores[i]; in amd_uncore_init()
1198 uncore = &uncores[i]; in amd_uncore_exit()
/linux/arch/x86/events/intel/
H A Duncore_discovery.c747 struct intel_uncore_type **uncores; in intel_uncore_generic_init_uncores() local
752 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()
H A Duncore.c1492 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument
1495 for (; *uncores; uncores++) in uncore_change_context()
1496 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
H A Duncore_snbep.c6296 struct intel_uncore_type **uncores) in uncore_get_uncores() argument
6307 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores()