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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllHandler.cpp1383 pPhys2Virt->offNextAlias = PGMPHYS2VIRTHANDLER_IN_TREE;
1388 | PGMPHYS2VIRTHANDLER_IN_TREE;
1452 pPhys2Virt->offNextAlias = PGMPHYS2VIRTHANDLER_IS_HEAD | PGMPHYS2VIRTHANDLER_IN_TREE;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMHandler.cpp479 if (pCur->aPhysToVirt[iPage].offNextAlias & PGMPHYS2VIRTHANDLER_IN_TREE)
H A DPGM.cpp4078 AssertReleaseMsg((pCur->offNextAlias & (PGMPHYS2VIRTHANDLER_IN_TREE | PGMPHYS2VIRTHANDLER_IS_HEAD)) == (PGMPHYS2VIRTHANDLER_IN_TREE | PGMPHYS2VIRTHANDLER_IS_HEAD),
4090 AssertReleaseMsg((pCur2->offNextAlias & (PGMPHYS2VIRTHANDLER_IN_TREE | PGMPHYS2VIRTHANDLER_IS_HEAD)) == PGMPHYS2VIRTHANDLER_IN_TREE,
/vbox/src/VBox/VMM/include/
H A DPGMInline.h1263 AssertReleaseMsg(pPhys2Virt->offNextAlias & PGMPHYS2VIRTHANDLER_IN_TREE,
1286 AssertReleaseMsg(pNext->offNextAlias & PGMPHYS2VIRTHANDLER_IN_TREE,
H A DPGMInternal.h636 #define PGMPHYS2VIRTHANDLER_IN_TREE RT_BIT(0) macro
639 * The PGMPHYS2VIRTHANDLER_IN_TREE is always set if this bit is set. */

Completed in 1269 milliseconds