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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c1067 iommu->aiomt_va = (uintptr_t)device_arena_alloc(
1069 if (iommu->aiomt_va == 0) {
1078 hat_devload(kas.a_hat, (void *)(uintptr_t)iommu->aiomt_va,
1083 iommu->aiomt_reg_va = iommu->aiomt_va + pgoffset;
1214 if (iommu->aiomt_va != NULL) {
1215 hat_unload(kas.a_hat, (void *)(uintptr_t)iommu->aiomt_va,
1217 device_arena_free((void *)(uintptr_t)iommu->aiomt_va,
1219 iommu->aiomt_va = NULL;
H A Damd_iommu_impl.h358 uint64_t aiomt_va; member in struct:amd_iommu

Completed in 87 milliseconds