pci2phy_map_head   17 arch/x86/events/intel/uncore.c struct list_head pci2phy_map_head = LIST_HEAD_INIT(pci2phy_map_head);
pci2phy_map_head   38 arch/x86/events/intel/uncore.c 	list_for_each_entry(map, &pci2phy_map_head, list) {
pci2phy_map_head   53 arch/x86/events/intel/uncore.c 	list_for_each_entry_safe(map, tmp, &pci2phy_map_head, list) {
pci2phy_map_head   67 arch/x86/events/intel/uncore.c 	list_for_each_entry(map, &pci2phy_map_head, list) {
pci2phy_map_head   88 arch/x86/events/intel/uncore.c 	list_add_tail(&map->list, &pci2phy_map_head);
pci2phy_map_head  516 arch/x86/events/intel/uncore.h extern struct list_head pci2phy_map_head;
pci2phy_map_head 1345 arch/x86/events/intel/uncore_snbep.c 		list_for_each_entry(map, &pci2phy_map_head, list) {