Lines Matching defs:true
211 pVM->fPATMEnabled = true;
238 s_fRegisteredCmds = true;
394 pVM->fPATMEnabled = true;
505 RTAvloU32DoWithAll(&pVM->patm.s.PatchLookupTreeHC->PatchTree, true, patmR3RelocatePatches, (void *)pVM);
570 PPATMPATCHREC pPatchRec = (PPATMPATCHREC)RTAvloU32RemoveBestFit(&pVM->patm.s.PatchLookupTreeHC->PatchTree, 0, true);
572 patmR3RemovePatch(pVM, pPatchRec, true);
777 PRELOCREC pRec = (PRELOCREC)RTAvlPVGetBestFit(&pPatch->patch.FixupTree, key, true);
1062 * @returns true if enabled, false if not (or if invalid handle).
1166 while (true)
1171 pRec = (PJUMPREC)RTAvlPVRemoveBestFit(&pPatch->JumpTree, 0, true);
1271 return true;
1454 fIllegalInstr = true;
1470 fIllegalInstr = true;
1492 fIllegalInstr = true;
1501 fIllegalInstr = true;
1509 fIllegalInstr = true;
1618 fIllegalInstr = true;
1634 fIllegalInstr = true;
1642 fIllegalInstr = true;
1648 fIllegalInstr = true;
1865 fInhibitIRQInstr = true;
2029 rc = patmPatchGenCall(pVM, pPatch, pCpu, pCurInstrGC, (RTRCPTR)0xDEADBEEF, true);
2113 rc2 = patmPatchGenJumpToGuest(pVM, pPatch, pNextInstrGC, true /* clear inhibit irq flag */);
2183 return true;
2408 PPATCHINFO pTargetPatch = patmFindActivePatchByEntrypoint(pVM, pConflictGC, true /* include patch hints */);
2504 rc = patmPatchGenJumpToGuest(pVM, pPatch, pNextInstrGC, true /* clear inhibit irq flag */);
2619 static int patmGenJumpToPatch(PVM pVM, PPATCHINFO pPatch, PPATMP2GLOOKUPREC pCacheRec, bool fAddFixup = true)
2763 static int patmGenCallToPatch(PVM pVM, PPATCHINFO pPatch, RTRCPTR pTargetGC, PPATMP2GLOOKUPREC pCacheRec, bool fAddFixup = true)
2989 rc = patmGenJumpToPatch(pVM, pPatch, &cacheRec, true);
3247 * @returns true or false
3258 return true;
3444 pPatchToGuestRec->fJumpTarget = true;
3722 rc = patmGenCallToPatch(pVM, pPatch, PATCHCODE_PTR_GC(&pPatchFunction->patch), pCacheRec, true);
4052 rc = patmGenJumpToPatch(pVM, pPatch, &cacherec, true);
4155 if (pVM->patm.s.fOutOfMemory == true)
4701 PRECGUESTTOPATCH pGuestToPatchRec = (PRECGUESTTOPATCH)RTAvlU32GetBestFit(&pPatch->Guest2PatchAddrTree, pPage, true);
4837 PRECGUESTTOPATCH pGuestToPatchRec = (PRECGUESTTOPATCH)RTAvlU32GetBestFit(&pPatch->Guest2PatchAddrTree, pPage, true);
4870 PRECGUESTTOPATCH pGuestToPatchRec = (PRECGUESTTOPATCH)RTAvlU32GetBestFit(&pPatch->Guest2PatchAddrTree, pPage, true);
4979 fValidPatchWrite = true;
5002 pPatchToGuestRec->fDirty = true;
5108 return true;
5392 if ( disret == true
5774 int rc2 = patmR3RemovePatch(pVM, pPatchRec, true /* force removal */);
5807 rc = RTAvlU32DoWithAll(&pPatchTrampoline->Patch2GuestAddrTree, true,
5882 * @returns true -> yes, false -> no
5885 * @param pPatchAddr Guest context patch address (if true).
5905 return *pPatchAddr == 0 ? false : true;
6170 while (true)
6213 pRec = (PRECPATCHTOGUEST)RTAvlU32GetBestFit(&pPatch->patch.Patch2GuestAddrTree, pCurPatchInstrGC - pVM->patm.s.pPatchMemGC, true);
6249 fValidInstr = true;
6299 pRec = (PRECPATCHTOGUEST)RTAvlU32GetBestFit(&pPatch->patch.Patch2GuestAddrTree, pCurPatchInstrGC - pVM->patm.s.pPatchMemGC, true);
6699 pPatchRec = (PPATMPATCHREC)RTAvloU32GetBestFit(&pVM->patm.s.PatchLookupTreeHC->PatchTree, addr, true);
6850 RTAvloU32DoWithAll(&pVM->patm.s.PatchLookupTreeHC->PatchTree, true, DisableAllPatches, pVM);
6878 PATMR3AllowPatching(pVM->pUVM, true);
6879 RTAvloU32DoWithAll(&pVM->patm.s.PatchLookupTreeHC->PatchTree, true, EnableAllPatches, pVM);