Changeset 100277 in vbox for trunk/src/VBox/VMM/include/IEMInternal.h
- Timestamp:
- Jun 24, 2023 2:48:28 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r100266 r100277 670 670 #define IEMTB_F_STATE_OBSOLETE UINT32_C(0x0c000000) 671 671 672 /** Checks that EIP/IP is wihin CS.LIM and that RIP is canonical before each673 * instruction. Used when we're close the limit before starting a TB, as674 * determined byiemGetTbFlagsForCurrentPc(). */675 #define IEMTB_F_ RIP_CHECKSUINT32_C(0x0c000000)672 /** Checks that EIP/IP is wihin CS.LIM before each instruction. Used when 673 * we're close the limit before starting a TB, as determined by 674 * iemGetTbFlagsForCurrentPc(). */ 675 #define IEMTB_F_CS_LIM_CHECKS UINT32_C(0x0c000000) 676 676 677 677 /** Mask of the IEMTB_F_XXX flags that are part of the TB lookup key.
Note:
See TracChangeset
for help on using the changeset viewer.