Searched refs:pfnConfigRead (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DPCIInternal.h125 R3PTRTYPE(PFNPCICONFIGREAD) pfnConfigRead; member in struct:PCIDEVICEINT
H A DDevPciIch9.cpp457 *pu32 = aDev->Int.s.pfnConfigRead(aDev, pPciAddr->iRegister, cb);
790 return aDev->Int.s.pfnConfigRead(aDev, iRegister, cb);
1062 *ppfnReadOld = pPciDev->Int.s.pfnConfigRead;
1063 pPciDev->Int.s.pfnConfigRead = pfnRead;
1204 u32Value = pPciDev->Int.s.pfnConfigRead(pPciDev, u32Address, cb);
1945 * Configuration space read callback (PCIDEVICEINT::pfnConfigRead) for
2320 pPciDev->Int.s.pfnConfigRead = ich9pciConfigReadDev;
H A DDevPCI.cpp568 *pu32 = pci_dev->Int.s.pfnConfigRead(pci_dev, config_addr, len);
1727 pPciDev->Int.s.pfnConfigRead = pci_default_read_config;
1826 *ppfnReadOld = pPciDev->Int.s.pfnConfigRead;
1827 pPciDev->Int.s.pfnConfigRead = pfnRead;
2399 u32Value = pPciDev->Int.s.pfnConfigRead(pPciDev, u32Address, cb);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp156 GEN_CHECK_OFF(PCIDEVICE, Int.s.pfnConfigRead);

Completed in 60 milliseconds