Searched defs:GCPhysPT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1907 * @param GCPhysPT Physical address of the page table
1909 void pgmPoolInvalidateDirtyPage(PVM pVM, RTGCPHYS GCPhysPT) argument
1919 GCPhysPT = GCPhysPT & ~(RTGCPHYS)PAGE_OFFSET_MASK;
1928 if (pPage->GCPhys == GCPhysPT)

Completed in 75 milliseconds