VirtualBox

Changeset 104510 in vbox


Ignore:
Timestamp:
May 3, 2024 2:16:41 PM (7 months ago)
Author:
vboxsync
Message:

VMM: Some more GCM cleanup. bugref:9735 bugref:10683

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

Legend:

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

    r104339 r104510  
    15591559        struct GCM  s;
    15601560#endif
    1561         uint8_t     padding[32];       /* multiple of 8 */
     1561        uint8_t     padding[8];         /* multiple of 8 */
    15621562    } gcm;
    15631563
    15641564    /** Padding for aligning the structure size on a page boundrary. */
    1565     uint8_t         abAlignment2[8872 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
     1565    uint8_t         abAlignment2[8896 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
    15661566
    15671567    /* ---- end small stuff ---- */
  • trunk/include/VBox/vmm/vm.mac

    r104339 r104510  
    183183    .iem                    resb 16
    184184    .R0Stats                resb 64
    185     .gcm                    resb 32
     185    .gcm                    resb 8
    186186
    187187    times ((($ + VMM_MAX_CPU_COUNT * RTR0PTR_CB + 16383) & ~16383) - ($ + VMM_MAX_CPU_COUNT * RTR0PTR_CB)) resb 1
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