VirtualBox

Changeset 14363

Show
Ignore:
Timestamp:
11/19/08 18:04:45 (2 months ago)
Author:
vboxsync
Message:

#1865: ring-0 mapping cache, code in progress.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/err.h

    r14332 r14363  
    415415/** The shadow paging mode is not supported yet. */ 
    416416#define VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE (-1628) 
     417/** The dynamic mapping cache for physical memory failed. */ 
     418#define VERR_PGM_DYNMAP_FAILED                  (-1629) 
     419/** The auto usage cache for the dynamic mapping set is full. */ 
     420#define VERR_PGM_DYNMAP_FULL_SET                (-1630) 
    417421 
    418422/** @} */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy