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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h1251 PX86PDPE pPdpeDst = &pPdptDst->a[iPdpt]; local
1253 if (!pPdpeDst->n.u1Present)
3896 PX86PDPE pPdpeDst;
3920 pPdpeDst = &pPdptDst->a[iPdpt];
3922 if (!pPdpeDst->n.u1Present)
3928 pShwPde = pgmPoolGetPage(pPool, pPdpeDst->u & X86_PDPE_PG_MASK);
3931 if (pPdpeDst->n.u1Present != PdpeSrc.n.u1Present)
3933 AssertMsgFailed(("Present bit doesn't match! pPdpeDst.u=%#RX64 pPdpeSrc.u=%RX64\n", pPdpeDst->u, PdpeSrc.u));
3942 AssertMsgFailed(("Physical address doesn't match! iPml4 %d iPdpt %d pPdpeDst
[all...]

Completed in 39 milliseconds