Searched refs:pCallExitRec (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h75 PCSAMCALLEXITREC pCallExitRec; member in struct:__anon16875
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp1079 pOldCallRec = pCacheRec->pCallExitRec;
1080 pCacheRec->pCallExitRec = &CallExitRec;
1204 pCacheRec->pCallExitRec = &CallExitRec2;
1230 pCacheRec->pCallExitRec = &CallExitRec2;
1253 pCacheRec->pCallExitRec = pOldCallRec;
1389 if ( pCacheRec->pCallExitRec
1391 && pCacheRec->pCallExitRec->cInstrAfterRet < CSAM_MAX_CALLEXIT_RET)
1393 pCacheRec->pCallExitRec->pInstrAfterRetGC[pCacheRec->pCallExitRec->cInstrAfterRet] = pCurInstrGC + cbInstr;
1394 pCacheRec->pCallExitRec
[all...]

Completed in 70 milliseconds