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.c281 GArray *smmu_idmaps = g_array_new(false, true, sizeof(AcpiIortIdMapping)); in build_iort() local
293 iort_host_bridges, smmu_idmaps); in build_iort()
296 g_array_sort(smmu_idmaps, iort_idmap_compare); in build_iort()
302 for (i = 0; i < smmu_idmaps->len; i++) { in build_iort()
303 idmap = &g_array_index(smmu_idmaps, AcpiIortIdMapping, i); in build_iort()
320 rc_mapping_count = smmu_idmaps->len + its_idmaps->len; in build_iort()
411 for (i = 0; i < smmu_idmaps->len; i++) { in build_iort()
412 range = &g_array_index(smmu_idmaps, AcpiIortIdMapping, i); in build_iort()
431 g_array_free(smmu_idmaps, true); in build_iort()