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

/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp743 uint8_t const *pbSrcInstr; /* aka pInstHC */ member in struct:CSAMDISINFO
783 AssertPtr(pDisInfo->pbSrcInstr);
786 memcpy(&pDis->abInstr[offInstr], &pDisInfo->pbSrcInstr[offInstr], cbMaxRead);
794 memcpy(&pDis->abInstr[offInstr], &pDisInfo->pbSrcInstr[offInstr], cbMinRead);
800 /* Crossed page boundrary, pbSrcInstr is no good... */

Completed in 389 milliseconds