VirtualBox

Changeset 60542 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 18, 2016 3:02:26 PM (9 years ago)
Author:
vboxsync
Message:

VMM/APIC: Much fun with alignment and sizes.

File:
1 edited

Legend:

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

    r60307 r60542  
    237237        struct APICCPU      s;
    238238# endif
    239         uint8_t             padding[512];      /* multiple of 64 */
     239        uint8_t             padding[640];      /* multiple of 64 */
    240240    } apic;
    241241#endif
     
    243243    /** Align the following members on page boundary. */
    244244#ifdef VBOX_WITH_NEW_APIC
    245     uint8_t                 abAlignment2[2880];
     245    uint8_t                 abAlignment2[2752];
    246246#else
    247247    uint8_t                 abAlignment2[3392];
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