Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c305 process_ivmd(amd_iommu_acpi_t *acpi, ivmd_t *ivmdp) in process_ivmd() argument
309 ASSERT(ivmdp->ivmd_type != 0x10); in process_ivmd()
313 *(c->ivmdc_ivmd) = *ivmdp; in process_ivmd()
363 for (cp = ivrsp_end; cp < table_end; cp += (al_vmd.ivmdp)->ivmd_len) { in amd_iommu_acpi_init()
365 type8 = al_vmd.ivmdp->ivmd_type; in amd_iommu_acpi_init()
367 process_ivmd(acpi, al_vmd.ivmdp); in amd_iommu_acpi_init()
688 set_ivmd_info(ivmd_t *ivmdp, amd_iommu_acpi_ivmd_t **hash) in set_ivmd_info() argument
694 uint8_flags = ivmdp->ivmd_flags; in set_ivmd_info()
698 switch (ivmdp->ivmd_type) { in set_ivmd_info()
706 acpi_ivmdp->acm_deviceid_start = ivmdp->ivmd_deviceid; in set_ivmd_info()
[all …]
H A Damd_iommu_acpi.h283 ivmd_t *ivmdp; member