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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp9805 pEvtRec->u.IOPortRead.Port = Port;
9806 pEvtRec->u.IOPortRead.cbValue = (uint32_t)cbValue;
9859 pEvtRec->u.IOPortRead.Port = Port;
9860 pEvtRec->u.IOPortRead.cbValue = (uint32_t)cbValue;
10396 fEquals = pIemRec->u.IOPortRead.Port == pOtherRec->u.IOPortRead.Port
10397 && pIemRec->u.IOPortRead.cbValue == pOtherRec->u.IOPortRead.cbValue;
/vbox/src/VBox/VMM/include/
H A DIEMInternal.h155 } IOPortRead; member in union:IEMVERIFYEVTREC::__anon16912

Completed in 382 milliseconds