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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp979 Assert(pPatchRec->patch.cbPatchJump == SIZEOF_NEARJUMP32 || pPatchRec->patch.cbPatchJump == SIZEOF_NEAR_COND_JUMP32);
1438 uint8_t oldJump[SIZEOF_NEAR_COND_JUMP32];
1439 uint8_t temp[SIZEOF_NEAR_COND_JUMP32];
1448 if (pPatch->cbPatchJump == SIZEOF_NEAR_COND_JUMP32)
H A DPATM.cpp850 uint8_t oldJump[SIZEOF_NEAR_COND_JUMP32];
851 uint8_t temp[SIZEOF_NEAR_COND_JUMP32];
864 if (pPatch->patch.cbPatchJump == SIZEOF_NEAR_COND_JUMP32)
2653 if (pPatch->cbPatchJump == SIZEOF_NEAR_COND_JUMP32)
4012 Assert(pCpu->cbInstr == SIZEOF_NEARJUMP32 || pCpu->cbInstr == SIZEOF_NEAR_COND_JUMP32);
4013 if (pCpu->cbInstr != SIZEOF_NEARJUMP32 && pCpu->cbInstr != SIZEOF_NEAR_COND_JUMP32)
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h84 #define SIZEOF_NEAR_COND_JUMP32 6 //0xF + opcode byte + 4 byte relative offset macro

Completed in 68 milliseconds