Home
last modified time | relevance | path

Searched refs:uncore_pcibus_to_physid (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c10 int uncore_pcibus_to_physid[256] = { [0 ... 255] = -1, }; variable
813 phys_id = uncore_pcibus_to_physid[pdev->bus->number]; in uncore_pci_probe()
860 int i, cpu, phys_id = uncore_pcibus_to_physid[pdev->bus->number]; in uncore_pci_remove()
Dperf_event_intel_uncore.h320 extern int uncore_pcibus_to_physid[256];
Dperf_event_intel_uncore_snbep.c1115 uncore_pcibus_to_physid[bus] = i; in snbep_pci2phy_map_init()
1128 if (uncore_pcibus_to_physid[bus] >= 0) in snbep_pci2phy_map_init()
1129 i = uncore_pcibus_to_physid[bus]; in snbep_pci2phy_map_init()
1131 uncore_pcibus_to_physid[bus] = i; in snbep_pci2phy_map_init()
Dperf_event_intel_uncore_snb.c411 uncore_pcibus_to_physid[bus] = 0; in snb_pci2phy_map_init()