Searched refs:sbus (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/s390x/ |
H A D | event-facility.c | 41 SCLPEventsBus sbus; member 59 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in event_pending() 78 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in get_host_send_mask() 94 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in get_host_receive_mask() 133 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in handle_write_event_buf() 212 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in handle_sccb_read_events() 394 qbus_init(&event_facility->sbus, sizeof(event_facility->sbus), in init_event_facility() 411 BUS(&event_facility->sbus), errp)) { in realize_event_facility() 415 BUS(&event_facility->sbus), errp)) { in realize_event_facility() 493 return BUS(&ef->sbus); in type_init()
|
H A D | ipl.c | 375 SCSIBus *sbus = scsi_bus_from_device(sd); in s390_get_ccw_device() local 377 object_dynamic_cast(OBJECT(sbus->qbus.parent), in s390_get_ccw_device()
|
/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 408 IOMMUPciBus *sbus = g_hash_table_lookup(s->as_by_busptr, bus); in virtio_iommu_find_add_as() local 412 if (!sbus) { in virtio_iommu_find_add_as() 413 sbus = g_malloc0(sizeof(IOMMUPciBus) + in virtio_iommu_find_add_as() 415 sbus->bus = bus; in virtio_iommu_find_add_as() 416 g_hash_table_insert(s->as_by_busptr, bus, sbus); in virtio_iommu_find_add_as() 419 sdev = sbus->pbdev[devfn]; in virtio_iommu_find_add_as() 424 sdev = sbus->pbdev[devfn] = g_new0(IOMMUDevice, 1); in virtio_iommu_find_add_as() 540 IOMMUPciBus *sbus = g_hash_table_lookup(s->as_by_busptr, bus); in virtio_iommu_set_host_iova_ranges() local 544 if (!sbus) { in virtio_iommu_set_host_iova_ranges() 549 sdev = sbus->pbdev[devfn]; in virtio_iommu_set_host_iova_ranges() [all …]
|
/qemu/hw/arm/ |
H A D | smmu-common.c | 852 SMMUPciBus *sbus = g_hash_table_lookup(s->smmu_pcibus_by_busptr, bus); in smmu_find_add_as() local 856 if (!sbus) { in smmu_find_add_as() 857 sbus = g_malloc0(sizeof(SMMUPciBus) + in smmu_find_add_as() 859 sbus->bus = bus; in smmu_find_add_as() 860 g_hash_table_insert(s->smmu_pcibus_by_busptr, bus, sbus); in smmu_find_add_as() 863 sdev = sbus->pbdev[devfn]; in smmu_find_add_as() 867 sdev = sbus->pbdev[devfn] = g_new0(SMMUDevice, 1); in smmu_find_add_as()
|