Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dpci.h41 uint16_t (*config_readw)(QPCIBus *bus, int devfn, uint8_t offset); member
H A Dvirtio.h52 uint16_t (*config_readw)(QVirtioDevice *d, uint64_t addr); member
H A Dvirtio-pci-modern.c22 static uint16_t config_readw(QVirtioDevice *d, uint64_t addr) in config_readw() function