Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/events/amd/
Duncore.c84 static struct amd_uncore uncores[UNCORE_TYPE_MAX]; variable
547 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] = { variable
1036 uncore = &uncores[i]; in amd_uncore_init()
1080 uncore = &uncores[i]; in amd_uncore_init()
1101 uncore = &uncores[i]; in amd_uncore_exit()
/linux-6.12.1/arch/x86/events/intel/
Duncore_discovery.c698 struct intel_uncore_type **uncores; in intel_uncore_generic_init_uncores() local
703 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()
Duncore.c1508 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument
1511 for (; *uncores; uncores++) in uncore_change_context()
1512 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
Duncore_snbep.c6503 struct intel_uncore_type **uncores) in uncore_get_uncores() argument
6514 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores()