VirtualBox

Changeset 104931 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 15, 2024 12:27:17 AM (6 months ago)
Author:
vboxsync
Message:

VMM/PGM: Adjusted VM:pgm padding for the arm debug build. bugref:10687

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r104885 r104931  
    13481348        struct PGM  s;
    13491349#endif
    1350         uint8_t     padding[129344];     /* multiple of 64 */
     1350        uint8_t     padding[129728];     /* multiple of 64 */
    13511351    } pgm;
    13521352
     
    15641564
    15651565    /** Padding for aligning the structure size on a page boundrary. */
    1566     uint8_t         abAlignment2[0x3C00 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
     1566    uint8_t         abAlignment2[0x3A80 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
    15671567
    15681568    /* ---- end small stuff ---- */
  • trunk/include/VBox/vmm/vm.mac

    r104885 r104931  
    145145    .cpum                   resb 8832 + 128*8192
    146146    alignb 16384
    147     .pgm                    resb 129344
     147    .pgm                    resb 129728
    148148    alignb 64
    149149    .vmm                    resb 1600
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