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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h1239 PX86PML4E pPml4eDst; local
1240 rc = pgmShwGetLongModePDPtr(pVCpu, GCPtrPage, &pPml4eDst, &pPdptDst, &pPDDst);
3841 PX86PML4E pPml4eDst;
3845 pPml4eDst = pgmShwGetLongModePML4EPtr(pVCpu, iPml4);
3848 if (!pPml4eDst->n.u1Present)
3854 pShwPdpt = pgmPoolGetPage(pPool, pPml4eDst->u & X86_PML4E_PG_MASK);
3857 if (pPml4eSrc->n.u1Present != pPml4eDst->n.u1Present)
3859 AssertMsgFailed(("Present bit doesn't match! pPml4eDst.u=%#RX64 pPml4eSrc.u=%RX64\n", pPml4eDst->u, pPml4eSrc->u));
3867 AssertMsgFailed(("Physical address doesn't match! iPml4 %d pPml4eDst
[all...]

Completed in 566 milliseconds