Searched refs:MAX_INSTR_SIZE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h86 #define MAX_INSTR_SIZE 16 macro
294 uint8_t aPrivInstr[MAX_INSTR_SIZE];
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp63 uint8_t aPrivInstr[MAX_INSTR_SIZE];
593 memcpy(&pPatch->patch.aPrivInstr[0], &pPatchSSM->patch.aPrivInstr[0], MAX_INSTR_SIZE);
637 memcpy(&pPatchSSM->patch.aPrivInstr[0], &pPatch->patch.aPrivInstr[0], MAX_INSTR_SIZE);
H A DPATM.cpp3844 AssertMsg(cbInstr <= MAX_INSTR_SIZE, ("privileged instruction too big %d!!\n", cbInstr));
3845 if (cbInstr > MAX_INSTR_SIZE)
4367 AssertMsg(cbInstr <= MAX_INSTR_SIZE, ("privileged instruction too big %d!!\n", cbInstr));
4368 if (cbInstr > MAX_INSTR_SIZE)
4717 if (offset && offset < MAX_INSTR_SIZE)
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1279 GEN_CHECK_OFF(PATCHINFO, aPrivInstr[MAX_INSTR_SIZE - 1]);

Completed in 72 milliseconds