VirtualBox

Changeset 87472 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 28, 2021 7:59:55 PM (4 years ago)
Author:
vboxsync
Message:

VMM/HMVMX: Moving more stuff to HMR0PERVCPU. Created VMXVMCSINFOSHARED for some bits we seem to need to share with ring-3 (real mode, last branch stuff), the remaining VMXVMCSINFO structure is now ring-0 only. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/gvm.h

    r87467 r87472  
    9090        struct HMR0PERVCPU  s;
    9191#endif
    92         uint8_t             padding[512];
     92        uint8_t             padding[1024];
    9393    } hmr0;
    9494
     
    106106    /** Padding the structure size to page boundrary. */
    107107#ifdef VBOX_WITH_NEM_R0
    108     uint8_t                 abPadding2[4096 - 64 - 64 - 512 - 64];
    109 #else
    110     uint8_t                 abPadding2[4096 - 64 - 64 - 512];
     108    uint8_t                 abPadding2[4096 - 64 - 64 - 1024 - 64];
     109#else
     110    uint8_t                 abPadding2[4096 - 64 - 64 - 1024];
    111111#endif
    112112} GVMCPU;
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