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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp174 SSMFIELD_ENTRY( PATM, ulCallDepth),
271 SSMFIELD_ENTRY( PATM, ulCallDepth),
745 Assert(patmInfo.ulCallDepth == 0);
857 Assert(patmInfo.ulCallDepth == 0 && pVM->patm.s.ulCallDepth == 0);
H A DPATM.cpp3286 if (pVM->patm.s.ulCallDepth > PATM_MAX_CALL_DEPTH)
3292 pVM->patm.s.ulCallDepth++;
3366 pVM->patm.s.ulCallDepth--;
3391 pVM->patm.s.ulCallDepth--;
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h483 uint32_t ulCallDepth; member in struct:PATM
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1222 GEN_CHECK_OFF(PATM, ulCallDepth);

Completed in 74 milliseconds