Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c282 GArray *smmu_idmaps = g_array_new(false, true, sizeof(AcpiIortIdMapping)); in build_iort() local
294 iort_host_bridges, smmu_idmaps); in build_iort()
297 g_array_sort(smmu_idmaps, iort_idmap_compare); in build_iort()
303 for (i = 0; i < smmu_idmaps->len; i++) { in build_iort()
304 idmap = &g_array_index(smmu_idmaps, AcpiIortIdMapping, i); in build_iort()
321 rc_mapping_count = smmu_idmaps->len + its_idmaps->len; in build_iort()
412 for (i = 0; i < smmu_idmaps->len; i++) { in build_iort()
413 range = &g_array_index(smmu_idmaps, AcpiIortIdMapping, i); in build_iort()
432 g_array_free(smmu_idmaps, true); in build_iort()