/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.h | 23 typedef struct QPCIBar QPCIBar; typedef 59 struct QPCIBar { struct 69 QPCIBar msix_table_bar, msix_pba_bar; argument 110 void qpci_io_writeb(QPCIDevice *dev, QPCIBar token, uint64_t off, 112 void qpci_io_writew(QPCIDevice *dev, QPCIBar token, uint64_t off, 114 void qpci_io_writel(QPCIDevice *dev, QPCIBar token, uint64_t off, 116 void qpci_io_writeq(QPCIDevice *dev, QPCIBar token, uint64_t off, 119 void qpci_memread(QPCIDevice *bus, QPCIBar token, uint64_t off, 121 void qpci_memwrite(QPCIDevice *bus, QPCIBar token, uint64_t off, 124 void qpci_iounmap(QPCIDevice *dev, QPCIBar addr); [all …]
|
H A D | pci.c | 455 void qpci_io_writeb(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writeb() 467 void qpci_io_writew(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writew() 480 void qpci_io_writel(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writel() 493 void qpci_io_writeq(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writeq() 506 void qpci_memread(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_memread() 513 void qpci_memwrite(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_memwrite() 520 QPCIBar qpci_iomap(QPCIDevice *dev, int barno, uint64_t *sizeptr) in qpci_iomap() 527 QPCIBar bar; in qpci_iomap() 580 void qpci_iounmap(QPCIDevice *dev, QPCIBar bar) in qpci_iounmap() 585 QPCIBar qpci_legacy_iomap(QPCIDevice *dev, uint16_t addr) in qpci_legacy_iomap() [all …]
|
H A D | usb.h | 8 QPCIBar bar;
|
H A D | sdhci.h | 60 QPCIBar mem_bar;
|
H A D | e1000e.h | 41 QPCIBar mac_regs;
|
H A D | riscv-iommu.h | 98 QPCIBar reg_bar;
|
H A D | virtio-pci.h | 23 QPCIBar bar;
|
H A D | ahci.h | 339 QPCIBar hba_bar;
|
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 209 QPCIBar bmdma_bar, ide_bar; in send_dma_request() 330 QPCIBar bmdma_bar, ide_bar; in test_bmdma_simple_rw() 400 QPCIBar bmdma_bar, ide_bar; in test_bmdma_trim() 531 QPCIBar bmdma_bar, ide_bar; in test_bmdma_no_busmaster() 570 QPCIBar bmdma_bar, ide_bar; in test_specify() 610 QPCIBar bmdma_bar, ide_bar; in test_identify() 663 QPCIBar bmdma_bar, ide_bar; in test_diagnostic() 696 QPCIBar bmdma_bar, ide_bar; in make_dirty() 732 QPCIBar bmdma_bar, ide_bar; in test_flush() 780 QPCIBar bmdma_bar, ide_bar; in test_pci_retry_flush() [all …]
|
H A D | pvpanic-pci-test.c | 29 QPCIBar bar; in test_panic_nopause() 62 QPCIBar bar; in test_panic() 95 QPCIBar bar; in test_pvshutdown()
|
H A D | ac97-test.c | 54 QPCIBar bar0; in ac97_playback_upsample() 70 QPCIBar bar0; in ac97_record_downsample()
|
H A D | nvme-test.c | 54 QPCIBar bar; in nvmetest_oob_cmb_test() 74 QPCIBar bar; in nvmetest_reg_read_test() 98 QPCIBar pmr_bar, nvme_bar; in nvmetest_pmr_reg_test()
|
H A D | megasas-test.c | 52 QPCIBar bar; in megasas_pd_get_info_fuzz()
|
H A D | tulip-test.c | 52 QPCIBar bar; in tulip_large_tx()
|
H A D | erst-test.c | 40 QPCIBar reg_bar, mem_bar;
|
H A D | rtl8139-test.c | 26 static QPCIBar dev_bar;
|
H A D | ivshmem-test.c | 44 QPCIBar reg_bar, mem_bar;
|
H A D | tco-test.c | 46 QPCIBar tco_io_bar;
|
H A D | virtio-blk-test.c | 733 QPCIBar bar0; in test_nonexistent_virtqueue()
|
H A D | vhost-user-blk-test.c | 776 QPCIBar bar0; in test_nonexistent_virtqueue()
|
H A D | ufs-test.c | 35 QPCIBar bar;
|