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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp10027 * @param fRem Set if REM was doing the other executing. If clear
10030 static void iemVerifyWriteRecord(PIEMCPU pIemCpu, PIEMVERIFYEVTREC pEvtRec, bool fRem) argument
10052 const char *pszWho = fRem ? "rem" : HMR3IsVmxEnabled(IEMCPU_TO_VM(pIemCpu)->pUVM) ? "vmx" : "svm";
10088 bool fRem = false; local
10130 fRem = true;
10140 const char *pszWho = fRem ? "rem" : HMR3IsVmxEnabled(pVM->pUVM) ? "vmx" : "svm";
10199 if (fRem)
10276 if (0 && !fRem) /** @todo debug the occational clear RF flags when running against VT-x. */
10315 if (pIemCpu->uOldCs == 0x1b && pIemCpu->uOldRip == 0x77f61ff3 && fRem)
10319 && fRem)
[all...]

Completed in 83 milliseconds