Searched refs:PGMSHWPTEPAE_IS_P (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp237 if (PGMSHWPTEPAE_IS_P(uShw.pPTPae->a[iShw]))
326 if (PGMSHWPTEPAE_IS_P(uShw.pPTPae->a[iShw]))
347 if (PGMSHWPTEPAE_IS_P(uShw.pPTPae->a[iShw2]))
1380 AssertMsg(!PGMSHWPTEPAE_IS_P(pShwPT->a[i]), ("Unexpected PTE: idx=%d %RX64 (first=%d)\n", i, PGMSHWPTEPAE_GET_LOG(pShwPT->a[i]), pPage->iFirstPresent));
1384 if (PGMSHWPTEPAE_IS_P(pShwPT->a[i]))
1446 AssertMsg(!PGMSHWPTEPAE_IS_P(pShwPT->a[i]), ("Unexpected PTE: idx=%d %RX64 (first=%d)\n", i, PGMSHWPTEPAE_GET_LOG(pShwPT->a[i]), pPage->iFirstPresent));
1450 if (PGMSHWPTEPAE_IS_P(pShwPT->a[i]))
1514 AssertMsg(!PGMSHWPTEPAE_IS_P(pShwPT->a[i]), ("Unexpected PTE: idx=%d %RX64 (first=%d)\n", i, PGMSHWPTEPAE_GET_LOG(pShwPT->a[i]), pPage->iFirstPresent));
1532 if (PGMSHWPTEPAE_IS_P(pShwPT->a[i]))
1582 AssertMsg(!PGMSHWPTEPAE_IS_P(pShwP
[all...]
H A DPGMAllShw.h135 # define SHW_PTE_IS_P(Pte) PGMSHWPTEPAE_IS_P(Pte)
H A DPGMAllMap.cpp243 if (PGMSHWPTEPAE_IS_P(*pPtePae))
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp731 if (PGMSHWPTEPAE_IS_P(pPT->a[ptIndex]))
926 if (PGMSHWPTEPAE_IS_P(uShw.pPTPae->a[iShw]))
979 if (PGMSHWPTEPAE_IS_P(pShwPT->a[j]))
H A DPGMMap.cpp1384 if (!PGMSHWPTEPAE_IS_P(*pPte))
H A DPGMDbg.cpp1152 if (PGMSHWPTEPAE_IS_P(pPT->a[i]))
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h447 # define PGMSHWPTEPAE_IS_P(Pte) ( ((Pte).uCareful & (X86_PTE_P | X86_PTE_PAE_MBZ_MASK_NX)) == X86_PTE_P ) macro
477 # define PGMSHWPTEPAE_IS_P(Pte) ( (Pte).n.u1Present ) macro

Completed in 3223 milliseconds