Searched refs:X86_PG_ENTRIES (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMShw.h52 # define SHW_TOTAL_PD_ENTRIES X86_PG_ENTRIES
H A DPGMMap.cpp435 if ( iPDNew + cPTs >= X86_PG_ENTRIES /* exclude the last PD */
440 iPDNew = X86_PG_ENTRIES - cPTs - 1;
1049 AssertMsg((GCPtrOldMapping >> X86_PD_SHIFT) < X86_PG_ENTRIES, ("%RGv\n", GCPtrOldMapping));
1050 AssertMsg((GCPtrNewMapping >> X86_PD_SHIFT) < X86_PG_ENTRIES, ("%RGv\n", GCPtrOldMapping));
H A DPGMDbg.cpp862 cPagesCanSkip = X86_PG_ENTRIES - ((GCPtr >> X86_PT_SHIFT) & X86_PT_MASK);
1482 uint64_t u64BaseAddress = pgmR3DumpHierarchyCalcRange(pState, X86_PT_SHIFT, X86_PG_ENTRIES, &iFirst, &iLast);
1535 pgmR3DumpHierarchyCalcRange(pState, X86_PD_SHIFT, X86_PG_ENTRIES, &iFirst, &iLast);
2157 uint64_t u64BaseAddress = pgmR3DumpHierarchyCalcRange(pState, X86_PT_SHIFT, X86_PG_ENTRIES, &iFirst, &iLast);
2213 pgmR3DumpHierarchyCalcRange(pState, X86_PD_SHIFT, X86_PG_ENTRIES, &iFirst, &iLast);
H A DHM.cpp1256 for (uint32_t i = 0; i < X86_PG_ENTRIES; i++)
/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h150 # define GST_TOTAL_PD_ENTRIES X86_PG_ENTRIES
H A DPGMInternal.h3501 STAMCOUNTER StatSyncPtPD[X86_PG_ENTRIES]; /**< SyncPT - PD distribution. */
3502 STAMCOUNTER StatSyncPagePD[X86_PG_ENTRIES]; /**< SyncPage - PD distribution. */
3555 STAMCOUNTER StatRZTrap0ePD[X86_PG_ENTRIES]; /**< RC/R0: PD distribution of the \#PFs. */
/vbox/include/iprt/
H A Dx86.h1354 #define X86_PG_ENTRIES 1024 macro
1599 X86PTE a[X86_PG_ENTRIES];
1937 X86PDE a[X86_PG_ENTRIES];
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h67 # define SHW_TOTAL_PD_ENTRIES X86_PG_ENTRIES
H A DPGMAllBth.h3816 unsigned cPDEs = X86_PG_ENTRIES;
3817 unsigned cIncrement = X86_PG_ENTRIES * PAGE_SIZE;
H A DPGMAllPool.cpp3771 Assert(iUserTable < X86_PG_ENTRIES);
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp950 uint32_t cMaxPTs = cPages / (pThis->fLegacyMode ? X86_PG_ENTRIES : X86_PG_PAE_ENTRIES) + 2;

Completed in 636 milliseconds