Home
last modified time | relevance | path

Searched defs:config_readb (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dpci.h40 uint8_t (*config_readb)(QPCIBus *bus, int devfn, uint8_t offset); member
H A Dvirtio.h51 uint8_t (*config_readb)(QVirtioDevice *d, uint64_t addr); member
H A Dvirtio-pci-modern.c16 static uint8_t config_readb(QVirtioDevice *d, uint64_t addr) in config_readb() function