Changeset 80167 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 7, 2019 12:34:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r80163 r80167 2604 2604 /** Physical access handlers (AVL range+offsetptr tree). */ 2605 2605 AVLROGCPHYSTREE PhysHandlers; 2606 #ifdef VBOX_WITH_RAW_MODE2607 /** Virtual access handlers (AVL range + GC ptr tree). */2608 AVLROGCPTRTREE VirtHandlers;2609 /** Virtual access handlers (Phys range AVL range + offsetptr tree).2610 * @remarks Handler of the hypervisor kind are of course not present. */2611 AVLROGCPHYSTREE PhysToVirtHandlers;2612 /** Virtual access handlers for the hypervisor (AVL range + GC ptr tree). */2613 AVLROGCPTRTREE HyperVirtHandlers;2614 /** List of virtual access handler types (offset pointers) of type2615 * PGMVIRTHANDLERTYPEINT. This is needed for relocations. */2616 RTLISTOFF32ANCHOR HeadVirtHandlerTypes;2617 #endif2618 2606 } PGMTREES; 2619 2607 /** Pointer to PGM trees. */
Note:
See TracChangeset
for help on using the changeset viewer.