Searched refs:pmut (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c3738 struct intel_uncore_topology *pmut = pmu_topology(pmu, die); local
3740 return (pmut && !pmut->iio->pci_bus_no && pmu->pmu_idx != zero_bus_pmu) ? 0 : attr->mode;
3756 struct intel_uncore_topology *pmut = pmu_topology(pmu, die); local
3758 return sprintf(buf, "%04x:%02x\n", pmut ? pmut->iio->segment : 0,
3759 pmut ? pmut->iio->pci_bus_no : 0);

Completed in 185 milliseconds