Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c312 c->ivmdc_ivmd = kmem_alloc(sizeof (ivmd_t), KM_SLEEP); in process_ivmd()
313 *(c->ivmdc_ivmd) = *ivmdp; in process_ivmd()
417 kmem_free(ivmdcp->ivmdc_ivmd, sizeof (ivmd_t)); in free_ivmd_container()
745 set_ivmd_info(ivmdcp->ivmdc_ivmd, hash); in add_ivmdc_info()
H A Damd_iommu_acpi.h176 ivmd_t *ivmdc_ivmd; member