Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/amd/
H A 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()
996 static struct amd_uncore uncores[UNCORE_TYPE_MAX] = { variable
1037 uncore = &uncores[i]; in amd_uncore_init()
1081 uncore = &uncores[i]; in amd_uncore_init()
1102 uncore = &uncores[i]; in amd_uncore_exit()
/linux-6.15/arch/x86/events/intel/
H A 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()
H A Duncore.c1501 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument
1504 for (; *uncores; uncores++) in uncore_change_context()
1505 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
H A Duncore_snbep.c6416 struct intel_uncore_type **uncores) in uncore_get_uncores() argument
6427 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores()