Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Damd_iommu_init.c1143 u16 devid = 0, devid_start = 0, devid_to = 0; in init_iommu_from_acpi() local
1205 devid_start = e->devid; in init_iommu_from_acpi()
1241 devid_start = e->devid; in init_iommu_from_acpi()
1269 devid_start = e->devid; in init_iommu_from_acpi()
1282 for (dev_i = devid_start; dev_i <= devid; ++dev_i) { in init_iommu_from_acpi()
2009 e->devid_start = e->devid_end = m->devid; in init_unity_map_range()
2013 e->devid_start = 0; in init_unity_map_range()
2018 e->devid_start = m->devid; in init_unity_map_range()
2028 PCI_BUS_NUM(e->devid_start), PCI_SLOT(e->devid_start), in init_unity_map_range()
2029 PCI_FUNC(e->devid_start), PCI_BUS_NUM(e->devid_end), in init_unity_map_range()
Damd_iommu_types.h694 u16 devid_start; member
Damd_iommu.c3106 if (devid < entry->devid_start || devid > entry->devid_end) in amd_iommu_get_resv_regions()