Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmu-common.c818 g_hash_table_iter_init(&iter, s->smmu_pcibus_by_busptr); in smmu_find_smmu_pcibus()
832 SMMUPciBus *sbus = g_hash_table_lookup(s->smmu_pcibus_by_busptr, bus); in smmu_find_add_as()
840 g_hash_table_insert(s->smmu_pcibus_by_busptr, bus, sbus); in smmu_find_add_as()
918 s->smmu_pcibus_by_busptr = g_hash_table_new(NULL, NULL); in smmu_base_realize()
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h152 GHashTable *smmu_pcibus_by_busptr; member