VirtualBox

Changeset 96435 in vbox for trunk/include


Ignore:
Timestamp:
Aug 23, 2022 10:40:19 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Implement [v]lddqu instructions, bugref:9898

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

Legend:

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

    r96407 r96435  
    146146        struct IEMCPU       s;
    147147#endif
    148         uint8_t             padding[28736];     /* multiple of 64 */
     148        uint8_t             padding[32832];     /* multiple of 64 */
    149149    } iem;
    150150
     
    327327    } em;
    328328
    329     /** Align the structure size on 16384 boundrary for arm64 purposes. */
    330     uint8_t                 abStructPadding[4096];
    331329} VMCPU;
    332330
    333331
    334332#ifndef VBOX_FOR_DTRACE_LIB
     333/* Make sure the structure size is aligned on a 16384 boundary for arm64 purposes. */
    335334AssertCompileSizeAlignment(VMCPU, 16384);
    336335
  • trunk/include/VBox/vmm/vm.mac

    r96407 r96435  
    5858
    5959    alignb 64
    60     .iem                    resb 28736
     60    .iem                    resb 32832
    6161
    6262    alignb 64
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