Searched defs:aPatch (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2086 uint8_t aPatch[64]; local
2117 aPatch[off++] = 0x51; /* push ecx */
2118 aPatch[off++] = 0x52; /* push edx */
2120 aPatch[off++] = 0x50; /* push eax */
2121 aPatch[off++] = 0x31; /* xor edx, edx */
2122 aPatch[off++] = 0xD2;
2127 aPatch[off++] = 0x89; /* mov eax, src_reg */
2128 aPatch[off++] = MAKE_MODRM(3, pDis->Param2.Base.idxGenReg, DISGREG_EAX);
2134 aPatch[off++] = 0xB8; /* mov eax, immediate */
2135 *(uint32_t *)&aPatch[of
[all...]

Completed in 49 milliseconds