Changeset 63465 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
- Timestamp:
- Aug 15, 2016 10:00:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r62606 r63465 45 45 *********************************************************************************************************************************/ 46 46 RT_C_DECLS_BEGIN 47 #if 0 /* unused */ 47 48 DECLINLINE(unsigned) pgmPoolTrackGetShadowEntrySize(PGMPOOLKIND enmKind); 48 49 DECLINLINE(unsigned) pgmPoolTrackGetGuestEntrySize(PGMPOOLKIND enmKind); 50 #endif /* unused */ 49 51 static void pgmPoolTrackClearPageUsers(PPGMPOOL pPool, PPGMPOOLPAGE pPage); 50 52 static void pgmPoolTrackDeref(PPGMPOOL pPool, PPGMPOOLPAGE pPage); … … 66 68 67 69 70 #if 0 /* unused */ 68 71 /** 69 72 * Checks if the specified page pool kind is for a 4MB or 2MB guest page. … … 84 87 } 85 88 } 89 #endif /* unused */ 86 90 87 91 … … 3118 3122 3119 3123 3124 #if 0 /* unused */ 3120 3125 /** 3121 3126 * Gets the entry size of a shadow table. … … 3166 3171 } 3167 3172 } 3168 3169 3173 #endif /* unused */ 3174 3175 #if 0 /* unused */ 3170 3176 /** 3171 3177 * Gets the entry size of a guest table. … … 3220 3226 } 3221 3227 } 3228 #endif /* unused */ 3222 3229 3223 3230
Note:
See TracChangeset
for help on using the changeset viewer.