Searched refs:amd_uncore (Results 1 – 1 of 1) sorted by relevance
40 struct amd_uncore { struct53 static struct amd_uncore * __percpu *amd_uncore_nb; argument54 static struct amd_uncore * __percpu *amd_uncore_llc;72 static struct amd_uncore *event_to_amd_uncore(struct perf_event *event) in event_to_amd_uncore()129 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_add()170 struct amd_uncore *uncore = event_to_amd_uncore(event); in amd_uncore_del()185 struct amd_uncore *uncore; in amd_uncore_event_init()323 static struct amd_uncore *amd_uncore_alloc(unsigned int cpu) in amd_uncore_alloc()325 return kzalloc_node(sizeof(struct amd_uncore), GFP_KERNEL, in amd_uncore_alloc()331 struct amd_uncore *uncore_nb = NULL, *uncore_llc; in amd_uncore_cpu_up_prepare()[all …]