VirtualBox

Ignore:
Timestamp:
May 24, 2015 2:56:38 PM (10 years ago)
Author:
vboxsync
Message:

VMM: Added non-PF raw-mode context virtual page access handler callback (not yet called).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r56051 r56052  
    711711    /** Whether the pvUserRC argument should be automatically relocated or not. */
    712712    bool                                fRelocUserRC;
    713     bool                                afPadding[3];
     713    bool                                afPadding[HC_ARCH_BITS == 64 ? 3 : 7];
     714    /** Pointer to RC callback function. */
     715    RCPTRTYPE(PFNPGMVIRTHANDLER)        pfnHandlerRC;
    714716    /** Pointer to RC callback function for \#PFs. */
    715717    RCPTRTYPE(PFNPGMRCVIRTPFHANDLER)    pfnPfHandlerRC;
     
    27122714    /** Virtual access handlers (AVL range + GC ptr tree). */
    27132715    AVLROGCPTRTREE                  VirtHandlers;
    2714     /** Virtual access handlers (Phys range AVL range + offsetptr tree). */
     2716    /** Virtual access handlers (Phys range AVL range + offsetptr tree).
     2717     * @remarks Handler of the hypervisor kind are of course not present.  */
    27152718    AVLROGCPHYSTREE                 PhysToVirtHandlers;
    27162719    /** Virtual access handlers for the hypervisor (AVL range + GC ptr tree). */
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