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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp447 PX86PDPT pCurrentShwPdpt = NULL; local
450 pCurrentShwPdpt = pgmShwGetPaePDPTPtr(pVCpu);
503 if ( pCurrentShwPdpt
504 && (pCurrentShwPdpt->a[iPdpt].u & X86_PDPE_PG_MASK) == (pShwPdpt->a[iPdpt].u & X86_PDPE_PG_MASK) )
542 PGM_DYNMAP_UNUSED_HINT_VM(pVM, pCurrentShwPdpt);

Completed in 96 milliseconds