Changeset 26621 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 17, 2010 4:50:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26620 r26621 2983 2983 { 2984 2984 /* Failed. Mark as requiring a PT so we don't check the whole thing again in the future. */ 2985 STAM_COUNTER_INC(&pVM->pgm.s.StatLargePageRefused); 2985 2986 PGM_PAGE_SET_PDE_TYPE(pPage, PGM_PAGE_PDE_TYPE_PT); 2986 2987 } … … 2992 2993 Assert(PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED); 2993 2994 HCPhys = PGM_PAGE_GET_HCPHYS(pPage); 2995 STAM_COUNTER_INC(&pVM->pgm.s.StatLargePageUsed); 2994 2996 } 2995 2997 else
Note:
See TracChangeset
for help on using the changeset viewer.