Searched refs:d_vmem (Results 1 – 2 of 2) sorted by relevance
173 dp->d_vmem = vmem_create(name, (void *)(uintptr_t)base, size, in amd_iommu_lookup_domain()176 if (dp->d_vmem == NULL) { in amd_iommu_lookup_domain()181 dp->d_vmem = NULL; in amd_iommu_lookup_domain()216 if (dp->d_vmem != NULL) { in amd_iommu_teardown_domain()217 vmem_destroy(dp->d_vmem); in amd_iommu_teardown_domain()218 dp->d_vmem = NULL; in amd_iommu_teardown_domain()1526 start_va = (uintptr_t)vmem_xalloc(dp->d_vmem, va_sz, in amd_iommu_map_pa2va()1688 vmem_xfree(dp->d_vmem, in amd_iommu_unmap_va()
113 vmem_t *d_vmem; member