VirtualBox

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


Ignore:
Timestamp:
Mar 19, 2013 7:05:53 PM (12 years ago)
Author:
vboxsync
Message:

Alignment.

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

Legend:

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

    r44195 r45097  
    190190        struct VMMCPU       s;
    191191#endif
    192         uint8_t             padding[640];       /* multiple of 64 */
     192        uint8_t             padding[704];       /* multiple of 64 */
    193193    } vmm;
    194194
     
    222222
    223223    /** Align the following members on page boundary. */
    224     uint8_t                 abAlignment2[1024 - 320 - 128];
     224    uint8_t                 abAlignment2[1024 - 320 - 128 - 64];
    225225
    226226    /** PGM part. */
  • trunk/include/VBox/vmm/vm.mac

    r43387 r45097  
    138138    .trpm                   resb 128
    139139    .tm                     resb 384
    140     .vmm                    resb 640
     140    .vmm                    resb 704
    141141    .pdm                    resb 128
    142142    .iom                    resb 512
  • trunk/include/VBox/vmm/vmm.h

    r45091 r45097  
    515515VMMRZDECL(void)     VMMRZCallRing3Enable(PVMCPU pVCpu);
    516516VMMRZDECL(bool)     VMMRZCallRing3IsEnabled(PVMCPU pVCpu);
    517 VMMRZDECL(int)      VMMRZCallRing3SetNotification(PVMCPU pVCpu, PFNVMMR0CALLRING3NOTIFICATION pfnCallback, void *pvUser);
     517VMMRZDECL(int)      VMMRZCallRing3SetNotification(PVMCPU pVCpu, R0PTRTYPE(PFNVMMR0CALLRING3NOTIFICATION) pfnCallback, RTR0PTR pvUser);
    518518VMMRZDECL(void)     VMMRZCallRing3RemoveNotification(PVMCPU pVCpu);
    519519/** @} */
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