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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h1209 PX86PDPT pPdptDst = pgmShwGetPaePDPTPtr(pVCpu); local
1212 if (!pPdptDst->a[iPdpt].n.u1Present)
1214 Assert(!(pPdptDst->a[iPdpt].u & PGM_PLXFLAGS_MAPPING));
1238 PX86PDPT pPdptDst; local
1240 rc = pgmShwGetLongModePDPtr(pVCpu, GCPtrPage, &pPml4eDst, &pPdptDst, &pPDDst);
1251 PX86PDPE pPdpeDst = &pPdptDst->a[iPdpt];
1261 PPGMPOOLPAGE pShwPde = pgmPoolGetPage(pPool, pPdptDst->a[iPdpt].u & SHW_PDPE_PG_MASK);
1933 PX86PDPT pPdptDst = NULL; /* initialized to shut up gcc */
1935 int rc2 = pgmShwGetLongModePDPtr(pVCpu, GCPtrPage, NULL, &pPdptDst, &pPDDst);
1937 Assert(pPDDst && pPdptDst);
[all...]

Completed in 63 milliseconds