Searched refs:fPendingRestore (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h401 bool fPendingRestore; member in struct:CPUM
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1064 pVM->cpum.s.fPendingRestore = true;
1243 pVM->cpum.s.fPendingRestore = false;
1374 if (pVM->cpum.s.fPendingRestore)
1407 return pVM->cpum.s.fPendingRestore;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h34 GEN_CHECK_OFF(CPUM, fPendingRestore);

Completed in 104 milliseconds