Searched refs:iShw (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp912 for (unsigned iShw = 0; iShw < RT_ELEMENTS(uShw.pPT->a); iShw++)
914 if (uShw.pPT->a[iShw].n.u1Present)
915 uShw.pPT->a[iShw].n.u1Write = 0;
924 for (unsigned iShw = 0; iShw < RT_ELEMENTS(uShw.pPTPae->a); iShw++)
926 if (PGMSHWPTEPAE_IS_P(uShw.pPTPae->a[iShw]))
927 PGMSHWPTEPAE_SET_RO(uShw.pPTPae->a[iShw]);
[all...]

Completed in 54 milliseconds