VirtualBox

Ignore:
Timestamp:
Aug 14, 2019 2:34:38 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132727
Message:

VMM: Refactoring VMMR0/* and VMMRZ/* to use VMCC & VMMCPUCC. bugref:9217

File:
1 edited

Legend:

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

    r76585 r80274  
    361361    /** Hypercall input/ouput page. */
    362362    NEMR0HYPERCALLDATA          HypercallData;
     363#  ifdef VBOX_BUGREF_9217
     364    /** Delta to add to convert a ring-0 pointer to a ring-3 one.   */
     365    uintptr_t                   offRing3ConversionDelta;
     366#  endif
    363367# else
    364368    uint32_t                    uDummy;
     
    376380    /** I/O control context. */
    377381    PSUPR0IOCTLCTX              pIoCtlCtx;
     382# ifndef VBOX_BUGREF_9217
    378383    /** Delta to add to convert a ring-0 pointer to a ring-3 one.   */
    379384    uintptr_t                   offRing3ConversionDelta;
     385# endif
    380386    /** Info about the VidGetHvPartitionId I/O control interface. */
    381387    NEMWINIOCTL                 IoCtlGetHvPartitionId;
Note: See TracChangeset for help on using the changeset viewer.

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