Home
last modified time | relevance | path

Searched refs:uncore_pmu_to_box (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Duncore.c137 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box() function
757 box = uncore_pmu_to_box(pmu, event->cpu); in uncore_pmu_event_init()
820 box = uncore_pmu_to_box(uncore_pmu, smp_processor_id()); in uncore_pmu_enable()
835 box = uncore_pmu_to_box(uncore_pmu, smp_processor_id()); in uncore_pmu_disable()
H A Duncore.h566 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
H A Duncore_snb.c906 box = uncore_pmu_to_box(pmu, event->cpu); in snb_uncore_imc_event_init()