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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp210 const unsigned iShw = off / sizeof(X86PTE); local
211 LogFlow(("PGMPOOLKIND_32BIT_PT_FOR_32BIT_PT iShw=%x\n", iShw));
212 if (uShw.pPT->a[iShw].n.u1Present)
218 Log4(("pgmPoolMonitorChainChanging 32_32: deref %016RX64 GCPhys %08RX32\n", uShw.pPT->a[iShw].u & X86_PTE_PAE_PG_MASK, GstPte.u & X86_PTE_PG_MASK));
220 uShw.pPT->a[iShw].u & X86_PTE_PAE_PG_MASK,
222 iShw);
223 ASMAtomicWriteU32(&uShw.pPT->a[iShw].u, 0);
235 const unsigned iShw = (off / sizeof(X86PTE)) & (X86_PG_PAE_ENTRIES - 1); local
236 LogFlow(("PGMPOOLKIND_PAE_PT_FOR_32BIT_PT iShw
261 unsigned iShw = (iGst % 256) * 2; local
324 const unsigned iShw = off / sizeof(X86PTEPAE); local
370 const unsigned iShw = off / sizeof(X86PTE); // ASSUMING 32-bit guest paging! local
443 const unsigned iShw = off / sizeof(X86PDEPAE); local
518 const unsigned iShw = offPdpt / sizeof(X86PDPE); local
581 const unsigned iShw = off / sizeof(X86PDEPAE); local
621 const unsigned iShw = off / sizeof(X86PDPE); local
651 const unsigned iShw = off / sizeof(X86PDPE); local
[all...]

Completed in 54 milliseconds