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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp10372 PIEMVERIFYEVTREC pOtherRec = pIemCpu->pOtherEvtRecHead; local
10373 while (pIemRec && pOtherRec)
10378 && !IEMVERIFYEVENT_IS_RAM(pOtherRec->enmEvent)
10387 if (pIemRec->enmEvent != pOtherRec->enmEvent)
10389 iemVerifyAssertRecords(pIemCpu, pIemRec, pOtherRec, "Type mismatches");
10396 fEquals = pIemRec->u.IOPortRead.Port == pOtherRec->u.IOPortRead.Port
10397 && pIemRec->u.IOPortRead.cbValue == pOtherRec->u.IOPortRead.cbValue;
10400 fEquals = pIemRec->u.IOPortWrite.Port == pOtherRec->u.IOPortWrite.Port
10401 && pIemRec->u.IOPortWrite.cbValue == pOtherRec->u.IOPortWrite.cbValue
10402 && pIemRec->u.IOPortWrite.u32Value == pOtherRec
[all...]

Completed in 132 milliseconds