Searched refs:uncores (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/events/amd/ |
| D | uncore.c | 416 struct amd_uncore * __percpu *uncores) in amd_uncore_find_online_sibling() argument 422 that = *per_cpu_ptr(uncores, cpu); in amd_uncore_find_online_sibling() 478 struct amd_uncore * __percpu *uncores) in uncore_online() argument 480 struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu); in uncore_online() 500 struct amd_uncore * __percpu *uncores) in uncore_down_prepare() argument 503 struct amd_uncore *this = *per_cpu_ptr(uncores, cpu); in uncore_down_prepare() 510 struct amd_uncore *that = *per_cpu_ptr(uncores, i); in uncore_down_prepare() 536 static void uncore_dead(unsigned int cpu, struct amd_uncore * __percpu *uncores) in uncore_dead() argument 538 struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu); in uncore_dead() 545 *per_cpu_ptr(uncores, cpu) = NULL; in uncore_dead()
|
| /Linux-v5.15/arch/x86/events/intel/ |
| D | uncore_discovery.c | 575 struct intel_uncore_type **uncores; in intel_uncore_generic_init_uncores() local 580 uncores = kcalloc(num_discovered_types[type_id] + num_extra + 1, in intel_uncore_generic_init_uncores() 582 if (!uncores) in intel_uncore_generic_init_uncores() 601 uncores[i++] = uncore; in intel_uncore_generic_init_uncores() 604 return uncores; in intel_uncore_generic_init_uncores()
|
| D | uncore.c | 1465 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument 1468 for (; *uncores; uncores++) in uncore_change_context() 1469 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
|