VirtualBox

Changeset 6902 in vbox for trunk/include


Ignore:
Timestamp:
Feb 11, 2008 4:51:52 PM (17 years ago)
Author:
vboxsync
Message:

Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF into
a 2-bit state field (u2HandlerPhysStateX). I've tripple checked this change,
but if I overlooked something real odd stuff might happen...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/mm.h

    r6818 r6902  
    8383/** PGM has virtual page access handler(s) for all access. */
    8484#define MM_RAM_FLAGS_VIRTUAL_ALL        RT_BIT(6)
    85 /** PGM has physical page access handler(s) defined for pages with this flag. */
    86 #define MM_RAM_FLAGS_PHYSICAL_HANDLER   RT_BIT(7)
    87 /** PGM has physical page access handler(s) for write access. */
    88 #define MM_RAM_FLAGS_PHYSICAL_WRITE     RT_BIT(8)
    89 /** PGM has physical page access handler(s) for all access. */
    90 #define MM_RAM_FLAGS_PHYSICAL_ALL       RT_BIT(9)
    91 /** PGM has physical page access handler(s) for this page and has temporarily disabled it. */
    92 #define MM_RAM_FLAGS_PHYSICAL_TEMP_OFF  RT_BIT(10)
    9385#ifndef VBOX_WITH_NEW_PHYS_CODE
    9486/** Physical backing memory is allocated dynamically. Not set implies a one time static allocation. */
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