Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Damd_iommu_init.c1145 u16 devid = 0, devid_start = 0, devid_to = 0; in init_iommu_from_acpi() local
1209 devid_start = e->devid; in init_iommu_from_acpi()
1245 devid_start = e->devid; in init_iommu_from_acpi()
1273 devid_start = e->devid; in init_iommu_from_acpi()
1286 for (dev_i = devid_start; dev_i <= devid; ++dev_i) { in init_iommu_from_acpi()
2103 e->devid_start = e->devid_end = m->devid; in init_unity_map_range()
2107 e->devid_start = 0; in init_unity_map_range()
2112 e->devid_start = m->devid; in init_unity_map_range()
2122 PCI_BUS_NUM(e->devid_start), PCI_SLOT(e->devid_start), in init_unity_map_range()
2123 PCI_FUNC(e->devid_start), PCI_BUS_NUM(e->devid_end), in init_unity_map_range()
Damd_iommu_types.h690 u16 devid_start; member
Damd_iommu.c3204 if (devid < entry->devid_start || devid > entry->devid_end) in amd_iommu_get_resv_regions()