VirtualBox

Changeset 14363 in vbox for trunk


Ignore:
Timestamp:
Nov 19, 2008 5:04:45 PM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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