Home
last modified time | relevance | path

Searched refs:config_readb (Results 1 – 11 of 11) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c16 static uint8_t config_readb(QVirtioDevice *d, uint64_t addr) in config_readb() function
261 .config_readb = config_readb,
H A Dvirtio.h51 uint8_t (*config_readb)(QVirtioDevice *d, uint64_t addr); member
H A Dpci.h40 uint8_t (*config_readb)(QPCIBus *bus, int devfn, uint8_t offset); member
H A Dpci-pc.c143 qpci->bus.config_readb = qpci_pc_config_readb; in qpci_init_pc()
H A Dgeneric-pcihost.c200 qpci->bus.config_readb = qpci_generic_config_readb; in qpci_init_generic()
H A Dpci-spapr.c176 qpci->bus.config_readb = qpci_spapr_config_readb; in qpci_init_spapr()
H A Dvirtio-mmio.c203 .config_readb = qvirtio_mmio_config_readb,
H A Dvirtio.c76 return d->bus->config_readb(d, addr); in qvirtio_config_readb()
H A Dvirtio-pci.c259 .config_readb = qvirtio_pci_config_readb,
H A Dpci.c370 return dev->bus->config_readb(dev->bus, dev->devfn, offset); in qpci_config_readb()
/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c120 bus->config_readb(bus, a.devfn, a.offset); in pciconfig_fuzz_qos()