Searched defs:ivmdcp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c413 free_ivmd_container(ivmd_container_t *ivmdcp) argument
415 ivmd_container_t *next = ivmdcp->ivmdc_next;
417 kmem_free(ivmdcp->ivmdc_ivmd, sizeof (ivmd_t));
418 kmem_free(ivmdcp, sizeof (ivmd_container_t));
436 ivmd_container_t *ivmdcp; local
443 for (ivmdcp = acpi->acp_first_ivmdc; ivmdcp; ) {
444 ivmdcp = free_ivmd_container(ivmdcp);
743 add_ivmdc_info(ivmd_container_t *ivmdcp, amd_iommu_acpi_ivmd_ argument
751 ivmd_container_t *ivmdcp; local
[all...]

Completed in 44 milliseconds