Searched refs:PGMSHWPTEPAE_IS_P (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 237 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 D | PGMAllShw.h | 135 # define SHW_PTE_IS_P(Pte) PGMSHWPTEPAE_IS_P(Pte)
|
H A D | PGMAllMap.cpp | 243 if (PGMSHWPTEPAE_IS_P(*pPtePae))
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMPool.cpp | 731 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 D | PGMMap.cpp | 1384 if (!PGMSHWPTEPAE_IS_P(*pPte))
|
H A D | PGMDbg.cpp | 1152 if (PGMSHWPTEPAE_IS_P(pPT->a[i]))
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 447 # 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 262 milliseconds