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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp293 const unsigned iShw2 = iShw + 2 + i; local
294 if (iShw2 < RT_ELEMENTS(uShw.pPDPae->a))
297 if ((uShw.pPDPae->a[iShw2].u & (PGM_PDFLAGS_MAPPING | X86_PDE_P)) == (PGM_PDFLAGS_MAPPING | X86_PDE_P))
301 LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShwPdpt=%#x iShw2=%#x!\n", iShwPdpt, iShw2));
305 if (uShw.pPDPae->a[iShw2].n.u1Present)
307 LogFlow(("pgmPoolMonitorChainChanging: pae pd iShw=%#x: %RX64 -> freeing it!\n", iShw2, uShw.pPDPae->a[iShw2].u));
309 uShw.pPDPae->a[iShw2].u & X86_PDE_PAE_PG_MASK,
311 iShw2);
344 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PTEPAE); local
400 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PTE); local
478 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PDEPAE); local
546 const unsigned iShw2 = (offPdpt + cbWrite - 1) / sizeof(X86PDPE); local
596 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PDEPAE); local
632 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PDPE); local
662 const unsigned iShw2 = (off + cbWrite - 1) / sizeof(X86PML4E); local
[all...]

Completed in 61 milliseconds