Home
last modified time | relevance | path

Searched refs:ivhdc_first_deventry (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c114 if (c->ivhdc_first_deventry == NULL) in process_4byte_deventry()
115 c->ivhdc_first_deventry = devp; in process_4byte_deventry()
215 if (c->ivhdc_first_deventry == NULL) in process_8byte_deventry()
216 c->ivhdc_first_deventry = devp; in process_8byte_deventry()
402 for (devp = ivhdcp->ivhdc_first_deventry; devp; ) { in free_ivhd_container()
627 for (d = ivhdcp->ivhdc_first_deventry; d; d = d->idev_next) { in add_implicit_deventry()
667 for (deventry = ivhdcp->ivhdc_first_deventry; deventry; in add_ivhdc_info()
H A Damd_iommu_acpi.h159 ivhd_deventry_t *ivhdc_first_deventry; member