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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.h178 } ivmd_container_t; typedef in typeref:struct:ivmd_container
190 ivmd_container_t *acp_first_ivmdc;
191 ivmd_container_t *acp_last_ivmdc;
H A Damd_iommu_acpi.c307 ivmd_container_t *c;
311 c = kmem_zalloc(sizeof (ivmd_container_t), KM_SLEEP);
412 static ivmd_container_t *
413 free_ivmd_container(ivmd_container_t *ivmdcp)
415 ivmd_container_t *next = ivmdcp->ivmdc_next;
418 kmem_free(ivmdcp, sizeof (ivmd_container_t));
436 ivmd_container_t *ivmdcp;
743 add_ivmdc_info(ivmd_container_t *ivmdcp, amd_iommu_acpi_ivmd_t **hash)
751 ivmd_container_t *ivmdcp;

Completed in 60 milliseconds