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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h87 uint16_t bmBytes = UINT16_MAX; local
88 rcStrict = iemMemFetchSysU16(pIemCpu, &bmBytes, UINT8_MAX, pCtx->tr.u64Base + offFirstBit);
99 bmBytes >>= (u16Port & 7);
100 if (bmBytes & fPortMask)
103 u16Port, cbOperand, bmBytes, fPortMask));

Completed in 59 milliseconds