Searched refs:uncore_msr_uncores (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/x86/events/intel/ |
D | uncore.c | 14 struct intel_uncore_type **uncore_msr_uncores = empty_uncore; variable 1549 uncore_change_context(uncore_msr_uncores, cpu, target); in uncore_event_cpu_offline() 1556 uncore_box_unref(uncore_msr_uncores, die); in uncore_event_cpu_offline() 1629 msr_ret = uncore_box_ref(uncore_msr_uncores, die, cpu); in uncore_event_cpu_online() 1645 uncore_change_context(uncore_msr_uncores, -1, cpu); in uncore_event_cpu_online() 1666 struct intel_uncore_type **types = uncore_msr_uncores; in uncore_msr_pmus_register() 1681 ret = uncore_types_init(uncore_msr_uncores, true); in uncore_cpu_init() 1690 uncore_types_exit(uncore_msr_uncores); in uncore_cpu_init() 1691 uncore_msr_uncores = empty_uncore; in uncore_cpu_init() 1975 uncore_types_exit(uncore_msr_uncores); in intel_uncore_init() [all …]
|
D | uncore_snb.c | 367 uncore_msr_uncores = snb_msr_uncores; in snb_uncore_cpu_init() 431 uncore_msr_uncores = skl_msr_uncores; in skl_uncore_cpu_init() 514 uncore_msr_uncores = icl_msr_uncores; in icl_uncore_cpu_init() 533 uncore_msr_uncores = tgl_msr_uncores; in tgl_uncore_cpu_init() 638 uncore_msr_uncores = adl_msr_uncores; in adl_uncore_cpu_init() 747 uncore_msr_uncores = mtl_msr_uncores; in mtl_uncore_cpu_init() 775 uncore_msr_uncores = lnl_msr_uncores; in lnl_uncore_cpu_init() 1385 uncore_msr_uncores = nhm_msr_uncores; in nhm_uncore_cpu_init()
|
D | uncore_snbep.c | 1180 uncore_msr_uncores = snbep_msr_uncores; in snbep_uncore_cpu_init() 1853 uncore_msr_uncores = ivbep_msr_uncores; in ivbep_uncore_cpu_init() 2282 uncore_msr_uncores = knl_msr_uncores; in knl_uncore_cpu_init() 2930 uncore_msr_uncores = hswep_msr_uncores; in hswep_uncore_cpu_init() 3288 uncore_msr_uncores = bdx_msr_uncores; in bdx_uncore_cpu_init() 3292 uncore_msr_uncores[BDX_MSR_UNCORE_SBOX] = NULL; in bdx_uncore_cpu_init() 4223 uncore_msr_uncores = skx_msr_uncores; in skx_uncore_cpu_init() 4944 uncore_msr_uncores = snr_msr_uncores; in snr_uncore_cpu_init() 5571 uncore_msr_uncores = icx_msr_uncores; in icx_uncore_cpu_init() 6562 uncore_msr_uncores = uncore_get_uncores(UNCORE_ACCESS_MSR, in spr_uncore_cpu_init() [all …]
|
D | uncore.h | 590 extern struct intel_uncore_type **uncore_msr_uncores;
|
D | uncore_discovery.c | 732 uncore_msr_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_MSR, 0); in intel_uncore_generic_uncore_cpu_init()
|
D | uncore_nhmex.c | 1227 uncore_msr_uncores = nhmex_msr_uncores; in nhmex_uncore_cpu_init()
|