Searched refs:table_bar (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | msix.h | 11 MemoryRegion *table_bar, uint8_t table_bar_nr, 20 void msix_uninit(PCIDevice *dev, MemoryRegion *table_bar,
|
/openbmc/qemu/hw/pci/ |
H A D | msix.c | 313 MemoryRegion *table_bar, uint8_t table_bar_nr, in msix_init() argument 339 table_offset + table_size > memory_region_size(table_bar) || in msix_init() 376 memory_region_add_subregion(table_bar, table_offset, &dev->msix_table_mmio); in msix_init() 450 void msix_uninit(PCIDevice *dev, MemoryRegion *table_bar, MemoryRegion *pba_bar) in msix_uninit() argument 462 memory_region_del_subregion(table_bar, &dev->msix_table_mmio); in msix_uninit()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 1376 VFIORegion *region = &vdev->bars[vdev->msix->table_bar].region; in vfio_pci_fixup_msix_region() 1414 vdev->msix->table_bar, 0, 0); in vfio_pci_fixup_msix_region() 1419 vdev->msix->table_bar, region->mmaps[0].offset, in vfio_pci_fixup_msix_region() 1427 vdev->msix->table_bar, region->mmaps[0].offset, in vfio_pci_fixup_msix_region() 1439 vdev->msix->table_bar, region->mmaps[0].offset, in vfio_pci_fixup_msix_region() 1445 vdev->msix->table_bar, region->mmaps[1].offset, in vfio_pci_fixup_msix_region() 1532 vdev->msix->table_bar = target_bar; in vfio_pci_relocate_msix() 1539 vdev->msix->table_bar, vdev->msix->table_offset); in vfio_pci_relocate_msix() 1589 msix->table_bar = table & PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup() 1635 trace_vfio_msix_early_setup(vdev->vbasedev.name, pos, msix->table_bar, in vfio_msix_early_setup() [all …]
|
H A D | pci.h | 110 uint8_t table_bar; member
|
H A D | trace-events | 30 vfio_msix_early_setup(const char *name, int pos, int table_bar, uint64_t offset, int entries, bool …
|
/openbmc/qemu/include/hw/s390x/ |
H A D | s390-pci-bus.h | 253 uint8_t table_bar; member
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 892 pbdev->msix.table_bar = table & PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
|