Searched refs:cXcptRecursions (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | IEMInternal.h | 216 int8_t cXcptRecursions; member in struct:IEMCPU
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | IEMAll.cpp | 3874 pIemCpu->cXcptRecursions, u8Vector, cbInstr, fFlags, uErr, uCr2, 3883 if (pIemCpu->cXcptRecursions == 0) 3889 u8Vector, pCtx->cs.Sel, pCtx->rip, cbInstr, fFlags, uErr, uCr2, pIemCpu->uCurXcpt, pIemCpu->cXcptRecursions + 1, fPrevXcpt)); 3892 if (pIemCpu->cXcptRecursions >= 3) 3906 pIemCpu->cXcptRecursions++; 3968 pIemCpu->cXcptRecursions--;
|
H A D | IEMAllCImpl.cpp.h | 2685 Assert(pIemCpu->cXcptRecursions == 0);
|
Completed in 214 milliseconds