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

/vbox/src/VBox/Devices/Bus/
H A DMsixCommon.cpp88 DECLINLINE(uint8_t*) msixPendingByte(PPCIDEVICE pDev, uint32_t iVector) function
95 *msixPendingByte(pDev, iVector) |= (1 << (iVector & 0x7));
100 *msixPendingByte(pDev, iVector) &= ~(1 << (iVector & 0x7));
105 return (*msixPendingByte(pDev, iVector) & (1 << (iVector & 0x7))) != 0;

Completed in 42 milliseconds