Searched defs:msixGetPageOffset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DMsixCommon.cpp62 DECLINLINE(uint8_t*) msixGetPageOffset(PPCIDEVICE pDev, uint32_t off) function
69 return (MsixTableRecord*)msixGetPageOffset(pDev, iVector * VBOX_MSIX_ENTRY_SIZE);
90 return msixGetPageOffset(pDev, 0x800 + iVector / 8);
127 *(uint32_t*)pv = *(uint32_t*)msixGetPageOffset(pPciDev, off);
144 *(uint32_t*)msixGetPageOffset(pPciDev, off) = *(uint32_t*)pv;

Completed in 43 milliseconds