Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Ds390-pci-bus.c269 return g_hash_table_lookup(s->zpci_table, &idx); in s390_pci_find_dev_by_idx()
849 s->zpci_table = g_hash_table_new_full(g_int_hash, g_int_equal, NULL, NULL); in s390_pcihost_realize()
1033 g_hash_table_remove(s->zpci_table, &pbdev->idx); in s390_pci_interp_plug()
1038 g_hash_table_insert(s->zpci_table, &pbdev->idx, pbdev); in s390_pci_interp_plug()
1152 g_hash_table_insert(s->zpci_table, &pbdev->idx, pbdev); in s390_pcihost_plug()
1186 g_hash_table_remove(s->zpci_table, &pbdev->idx); in s390_pcihost_unplug()
/qemu/include/hw/s390x/
H A Ds390-pci-bus.h378 GHashTable *zpci_table; member