Searched refs:uShw (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp199 } uShw; local
203 uShw.pv = NULL;
209 uShw.pv = PGMPOOL_PAGE_2_PTR(pVM, pPage);
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,
223 ASMAtomicWriteU32(&uShw.pPT->a[iShw].u, 0);
232 uShw.pv = PGMPOOL_PAGE_2_PTR(pVM, pPage);
237 if (PGMSHWPTEPAE_IS_P(uShw.pPTPae->a[iShw]))
243 Log4(("pgmPoolMonitorChainChanging pae_32: deref %016RX64 GCPhys %08RX32\n", uShw
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp901 } uShw; local
902 uShw.pv = PGMPOOL_PAGE_2_PTR(pVM, pPage);
912 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]);
932 for (unsigned iShw = 0; iShw < RT_ELEMENTS(uShw.pPTEpt->a); iShw++)
934 if (uShw
[all...]

Completed in 37 milliseconds