Searched refs:uncores (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/events/amd/ |
H A D | uncore.c | 499 struct amd_uncore * __percpu *uncores) in amd_uncore_find_online_sibling() argument 505 that = *per_cpu_ptr(uncores, cpu); in amd_uncore_find_online_sibling() 562 struct amd_uncore * __percpu *uncores) in uncore_online() argument 564 struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu); in uncore_online() 584 struct amd_uncore * __percpu *uncores) in uncore_down_prepare() argument 587 struct amd_uncore *this = *per_cpu_ptr(uncores, cpu); in uncore_down_prepare() 594 struct amd_uncore *that = *per_cpu_ptr(uncores, i); in uncore_down_prepare() 620 static void uncore_dead(unsigned int cpu, struct amd_uncore * __percpu *uncores) in uncore_dead() argument 622 struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu); in uncore_dead() 632 *per_cpu_ptr(uncores, cpu) = NULL; in uncore_dead()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 603 struct intel_uncore_type **uncores; in intel_uncore_generic_init_uncores() local 608 uncores = kcalloc(num_discovered_types[type_id] + num_extra + 1, in intel_uncore_generic_init_uncores() 610 if (!uncores) in intel_uncore_generic_init_uncores() 629 uncores[i++] = uncore; in intel_uncore_generic_init_uncores() 632 return uncores; in intel_uncore_generic_init_uncores()
|
H A D | uncore.c | 1486 static void uncore_change_context(struct intel_uncore_type **uncores, in uncore_change_context() argument 1489 for (; *uncores; uncores++) in uncore_change_context() 1490 uncore_change_type_ctx(*uncores, old_cpu, new_cpu); in uncore_change_context()
|