Searched refs:PATMFL_RECOMPILE_NEXT (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMR3Dbg.cpp150 if (fFlags & PATMFL_RECOMPILE_NEXT)
H A DPATM.cpp1722 && !(pPatch->flags & PATMFL_RECOMPILE_NEXT)) /* do not do this when the next instruction *must* be executed! */
1745 if (pPatch->flags & PATMFL_RECOMPILE_NEXT)
1746 pPatch->flags &= ~PATMFL_RECOMPILE_NEXT;
1827 pPatch->flags |= PATMFL_RECOMPILE_NEXT;
1853 pPatch->flags |= PATMFL_RECOMPILE_NEXT;
2131 && !(pPatch->flags & PATMFL_RECOMPILE_NEXT) /* do not do this when the next instruction *must* be executed! */
2606 Assert(!(pPatch->flags & PATMFL_RECOMPILE_NEXT));
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h68 #define PATMFL_RECOMPILE_NEXT RT_BIT_64(23) /** for recompilation of the next instruction */ macro

Completed in 64 milliseconds