VirtualBox

Changeset 45870 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
May 2, 2013 9:35:03 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85461
Message:

VMM: Fix for HM_PROFILE_EXIT_DISPATCH.

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

Legend:

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

    r45749 r45870  
    149149        struct HMCPU    s;
    150150#endif
    151         uint8_t             padding[5376];      /* multiple of 64 */
     151        uint8_t             padding[5440];      /* multiple of 64 */
    152152    } hm;
    153153
     
    226226
    227227    /** Align the following members on page boundary. */
    228     uint8_t                 abAlignment2[448 - 64];
     228    uint8_t                 abAlignment2[320];
    229229
    230230    /** PGM part. */
     
    979979        struct HM s;
    980980#endif
    981         uint8_t     padding[5376];      /* multiple of 64 */
     981        uint8_t     padding[5440];      /* multiple of 64 */
    982982    } hm;
    983983
     
    11211121
    11221122    /** Padding for aligning the cpu array on a page boundary. */
    1123     uint8_t         abAlignment2[478];
     1123    uint8_t         abAlignment2[414];
    11241124
    11251125    /* ---- end small stuff ---- */
  • trunk/include/VBox/vmm/vm.mac

    r45701 r45870  
    135135
    136136    .cpum                   resb 3584
    137     .hm                     resb 5376
     137    .hm                     resb 5440
    138138    .em                     resb 1472
    139139    .iem                    resb 3072
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