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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.h162 } ivhd_container_t; typedef in typeref:struct:ivhd_container
188 ivhd_container_t *acp_first_ivhdc;
189 ivhd_container_t *acp_last_ivhdc;
H A Damd_iommu_acpi.c68 process_4byte_deventry(ivhd_container_t *c, char *cp)
149 process_8byte_deventry(ivhd_container_t *c, char *cp)
261 ivhd_container_t *c;
268 c = kmem_zalloc(sizeof (ivhd_container_t), KM_SLEEP);
396 static ivhd_container_t *
397 free_ivhd_container(ivhd_container_t *ivhdcp)
399 ivhd_container_t *next = ivhdcp->ivhdc_next;
407 kmem_free(ivhdcp, sizeof (ivhd_container_t));
435 ivhd_container_t *ivhdcp;
622 add_implicit_deventry(ivhd_container_t *ivhdc
[all...]

Completed in 46 milliseconds