/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 105 uint8_t qpci_io_readb(QPCIDevice *dev, QPCIBar token, uint64_t off); 106 uint16_t qpci_io_readw(QPCIDevice *dev, QPCIBar token, uint64_t off); 107 uint32_t qpci_io_readl(QPCIDevice *dev, QPCIBar token, uint64_t off); 108 uint64_t qpci_io_readq(QPCIDevice *dev, QPCIBar token, uint64_t off); 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, [all …]
|
H A D | pci.c | 399 uint8_t qpci_io_readb(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readb() 413 uint16_t qpci_io_readw(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readw() 427 uint32_t qpci_io_readl(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readl() 441 uint64_t qpci_io_readq(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readq() 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() [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 | 154 static QPCIDevice *get_pci_device(QTestState *qts, QPCIBar *bmdma_bar, in get_pci_device() 155 QPCIBar *ide_bar) in get_pci_device() 205 void(*post_exec)(QPCIDevice *dev, QPCIBar ide_bar, in send_dma_request() 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() 462 QPCIBar bmdma_bar, ide_bar; in test_bmdma_various_prdts() 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() [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 | 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 | ac97-test.c | 54 QPCIBar bar0; in ac97_playback_upsample() 70 QPCIBar bar0; in ac97_record_downsample()
|
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;
|