VirtualBox

Changeset 91377 in vbox


Ignore:
Timestamp:
Sep 27, 2021 8:59:16 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147055
Message:

hm_vmx.h: Nested VMX: bugref:10092 Add LOADIWKEY union of VM-exit instruction information.

File:
1 edited

Legend:

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

    r91360 r91377  
    10491049        uint32_t    iReg2           : 4;
    10501050    } VmreadVmwrite;
     1051
     1052    struct
     1053    {
     1054        uint32_t    u2Undef0        : 3;
     1055        /** First XMM register operand. */
     1056        uint32_t    u4XmmReg1       : 4;
     1057        uint32_t    u23Undef1       : 21;
     1058        /** Second XMM register operand. */
     1059        uint32_t    u4XmmReg2       : 4;
     1060    } LoadIwkey;
    10511061
    10521062    /** This is a combination field of all instruction information. Note! Not all field
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