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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h1204 PPGMPOOLPAGE pShwPde = pVCpu->pgm.s.CTX_SUFF(pShwPageCR3); local
1205 Assert(pShwPde);
1221 PPGMPOOLPAGE pShwPde = NULL; local
1225 rc = pgmShwGetPaePoolPagePD(pVCpu, GCPtrPage, &pShwPde);
1227 Assert(pShwPde);
1229 pPDDst = (PX86PDPAE)PGMPOOL_PAGE_2_PTR_V2(pVM, pVCpu, pShwPde);
1261 PPGMPOOLPAGE pShwPde = pgmPoolGetPage(pPool, pPdptDst->a[iPdpt].u & SHW_PDPE_PG_MASK); local
1262 Assert(pShwPde);
1385 pgmPoolFree(pVM, PdeDst.u & SHW_PDE_PG_MASK, pShwPde->idx, iPDDst);
1428 pgmPoolFree(pVM, PdeDst.u & SHW_PDE_PG_MASK, pShwPde
[all...]
H A DPGMAll.cpp1089 PPGMPOOLPAGE pShwPde = pgmPoolGetPage(pVM->pgm.s.CTX_SUFF(pPool), pPdpt->a[iPdPt].u & X86_PDPE_PG_MASK); local
1090 AssertReturn(pShwPde, VERR_PGM_POOL_GET_PAGE_FAILED);
1092 *ppShwPde = pShwPde;
/vbox/src/VBox/VMM/include/
H A DPGMInline.h998 PX86PD pShwPde = pgmShwGet32BitPDPtr(pVCpu); local
999 if (!pShwPde)
1004 return pShwPde->a[iPd];
1055 PPGMPOOLPAGE pShwPde = pgmPoolGetPage(pVM->pgm.s.CTX_SUFF(pPool), pPdpt->a[iPdpt].u & X86_PDPE_PG_MASK); local
1056 AssertReturn(pShwPde, NULL);
1058 return (PX86PDPAE)PGMPOOL_PAGE_2_PTR_V2(pVM, pVCpu, pShwPde);
1078 PPGMPOOLPAGE pShwPde = pgmPoolGetPage(pVM->pgm.s.CTX_SUFF(pPool), pPdpt->a[iPdpt].u & X86_PDPE_PG_MASK); local
1079 AssertReturn(pShwPde, NULL);
1081 return (PX86PDPAE)PGMPOOL_PAGE_2_PTR_V2(pVM, pVCpu, pShwPde);
1096 PX86PDPAE pShwPde local
[all...]

Completed in 602 milliseconds