Searched refs:iPT (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp86 const unsigned iPT = off >> X86_PD_SHIFT; local
90 pCur->aPTs[iPT].CTX_SUFF(pPT)->a[iPageNo].u = (uint32_t)Pte.u; /* ASSUMES HCPhys < 4GB and/or that we're never gonna do 32-bit on a PAE host! */
93 PGMSHWPTEPAE_SET(pCur->aPTs[iPT].CTX_SUFF(paPaePTs)[iPageNo / 512].a[iPageNo % 512], Pte.u);
176 unsigned iPT = off >> X86_PD_SHIFT; local
178 while (cb > 0 && iPTE < RT_ELEMENTS(pCur->aPTs[iPT].CTX_SUFF(pPT)->a))
181 pCur->aPTs[iPT].CTX_SUFF(pPT)->a[iPTE].u &= fMask | X86_PTE_PG_MASK;
182 pCur->aPTs[iPT].CTX_SUFF(pPT)->a[iPTE].u |= fFlags & ~X86_PTE_PG_MASK;
185 PPGMSHWPTEPAE pPtePae = &pCur->aPTs[iPT].CTX_SUFF(paPaePTs)[iPTE / 512].a[iPTE % 512];
240 unsigned iPT = off >> X86_PD_SHIFT; local
242 PCPGMSHWPTEPAE pPtePae = &pCur->aPTs[iPT]
766 unsigned iPT = pCur->cPTs; local
795 unsigned iPT = pCur->cb >> X86_PD_PAE_SHIFT; local
859 unsigned iPT = pCur->cPTs; local
898 unsigned iPT = pCur->cb >> X86_PD_PAE_SHIFT; local
[all...]
H A DPGMAllBth.h698 unsigned iPT = pMapping->cb >> GST_PD_SHIFT; local
699 while (iPT-- > 0)
700 if (GstWalk.pPde[iPT].n.u1Present)
4126 for (unsigned iPT = 0, off = 0;
4127 iPT < RT_ELEMENTS(pPTDst->a);
4128 iPT++, off += PAGE_SIZE)
4130 const SHWPTE PteDst = pPTDst->a[iPT];
4137 const GSTPTE PteSrc = pPTSrc->a[iPT + offPTSrc];
4147 GCPtr + off, (uint64_t)PteSrc.u, SHW_PTE_LOG64(PteDst), pPTSrc, iPT + offPTSrc, PdeSrc.au32[0],
4148 (uint64_t)GST_GET_PDE_GCPHYS(PdeSrc) + (iPT
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp1379 unsigned iPT = off >> X86_PD_SHIFT;
1381 while (cb > 0 && iPTE < RT_ELEMENTS(CTXALLSUFF(pCur->aPTs[iPT].pPT)->a))
1383 PCPGMSHWPTEPAE pPte = &pCur->aPTs[iPT].CTXALLSUFF(paPaePTs)[iPTE / 512].a[iPTE % 512];
H A DPGM.cpp2133 const unsigned iPT = off >> X86_PD_SHIFT; local
2135 pVM->pgm.s.paDynPageMap32BitPTEsGC = pMapping->aPTs[iPT].pPTRC + iPG * sizeof(pMapping->aPTs[0].pPTR3->a[0]);
2136 pVM->pgm.s.paDynPageMapPaePTEsGC = pMapping->aPTs[iPT].paPaePTsRC + iPG * sizeof(pMapping->aPTs[0].paPaePTsR3->a[0]);
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp1220 uint32_t iPT = pSeg->cPTs; local
1221 while (iPT-- > 0)
1223 rc = RTR0MemObjFree(pSeg->ahMemObjPTs[iPT], true /* fFreeMappings */); AssertRC(rc);
1224 pSeg->ahMemObjPTs[iPT] = NIL_RTR0MEMOBJ;

Completed in 80 milliseconds