Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c11 struct list_head pci2phy_map_head = LIST_HEAD_INIT(pci2phy_map_head); variable
30 list_for_each_entry(map, &pci2phy_map_head, list) { in uncore_pcibus_to_physid()
49 list_for_each_entry(map, &pci2phy_map_head, list) { in __find_pci2phy_map()
70 list_add_tail(&map->list, &pci2phy_map_head); in __find_pci2phy_map()
Dperf_event_intel_uncore.h330 extern struct list_head pci2phy_map_head;
Dperf_event_intel_uncore_snbep.c1139 list_for_each_entry(map, &pci2phy_map_head, list) { in snbep_pci2phy_map_init()