Changeset 6862 in vbox for trunk/include
- Timestamp:
- Feb 8, 2008 10:38:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r6854 r6862 102 102 /** MMIO range. Pages are not present, all access is done in interpreter or recompiler. */ 103 103 PGMPHYSHANDLERTYPE_MMIO = 1, 104 /** Handle all normal page faults for a physical page range. */105 PGMPHYSHANDLERTYPE_PHYSICAL,106 104 /** Handler all write access to a physical page range. */ 107 105 PGMPHYSHANDLERTYPE_PHYSICAL_WRITE,
Note:
See TracChangeset
for help on using the changeset viewer.