VirtualBox

Changeset 14175 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 13, 2008 1:24:19 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39279
Message:

oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r14174 r14175  
    12361236 */
    12371237#define PGM_PAGER3MAPTLB_IDX(GCPhys)    ( ((GCPhys) >> PAGE_SHIFT) & (PGM_PAGER3MAPTLB_ENTRIES - 1) )
    1238 
    1239 
    1240 /**
    1241  * Mapping cache usage set entry.
    1242  */
    1243 typedef struct PGMMAPSETENTRY
    1244 {
    1245     /** The mapping cache index. */
    1246     uint16_t                    iMap;
    1247     /** The number of references. */
    1248     uint16_t                    cRef;
    1249 } PGMMAPSETENTRY;
    1250 /** Pointer to a mapping cache usage set entry. */
    1251 typedef PGMMAPSETENTRY *PPGMMAPSETENTRY;
    1252 
    1253 /**
    1254  * .
    1255  */
    1256 typedef struct PGMMAPSET
    1257 {
    1258 
    1259 };
    12601238
    12611239
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette