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

/vbox/src/VBox/VMM/include/
H A DPGMInline.h1267 if (pPhys2Virt->offNextAlias & PGMPHYS2VIRTHANDLER_IS_HEAD)
1290 pNext->offNextAlias |= PGMPHYS2VIRTHANDLER_IS_HEAD;
H A DPGMInternal.h640 #define PGMPHYS2VIRTHANDLER_IS_HEAD RT_BIT(1) macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllHandler.cpp1335 AssertRelease(pCur->offNextAlias & PGMPHYS2VIRTHANDLER_IS_HEAD);
1452 pPhys2Virt->offNextAlias = PGMPHYS2VIRTHANDLER_IS_HEAD | PGMPHYS2VIRTHANDLER_IN_TREE;
/vbox/src/VBox/VMM/VMMR3/
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,

Completed in 3748 milliseconds