Searched refs:cLocked (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPGMInline.h1440 ASMAtomicIncU32(&pPage->cLocked);
1453 Assert(pPage->cLocked);
1454 ASMAtomicDecU32(&pPage->cLocked);
1466 if (pPage->cLocked)
H A DPGMInternal.h2235 uint32_t volatile cLocked; member in struct:PGMPOOLPAGE
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp613 AssertMsg(pPoolPagePd->cLocked, (".idx=%d .type=%d\n", pPoolPagePd->idx, pPoolPagePd->enmKind));
H A DPGMAllPool.cpp1183 && !pPage->cLocked /* only applies to unlocked pages as we can't free locked ones (e.g. cr3 root). */
5098 pPage->cLocked = 0;
5368 pPage->cLocked = 0;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h873 GEN_CHECK_OFF(PGMPOOLPAGE, cLocked);

Completed in 513 milliseconds