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

/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c29 static iommu_manager_t iommu_mgr; variable
438 int err = mtx_init(&iommu_mgr.lock, mtx_plain);
443 iommu_mgr.iommus = NULL;
444 iommu_mgr.num_iommus = 0;
448 sizeof(dummy), &iommu_mgr.dummy_iommu);
499 iommu_mgr.iommus = malloc(sizeof(iommu_info_t) * num_iommus);
500 if (iommu_mgr.iommus == NULL) {
534 ZX_DEBUG_ASSERT(iommu_mgr.num_iommus < num_iommus);
535 size_t idx = iommu_mgr.num_iommus;
536 iommu_mgr
[all...]

Completed in 73 milliseconds