Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Damd_iommu_types.h490 list_for_each_entry((pci_seg), &amd_iommu_pci_seg_list, list)
492 list_for_each_entry_safe((pci_seg), (next), &amd_iommu_pci_seg_list, list)
836 extern struct list_head amd_iommu_pci_seg_list;
H A Dinit.c176 LIST_HEAD(amd_iommu_pci_seg_list); /* list of all PCI segments */ variable
1656 list_add_tail(&pci_seg->list, &amd_iommu_pci_seg_list); in alloc_pci_segment()

Completed in 8 milliseconds