Changeset 91377 in vbox
- Timestamp:
- Sep 27, 2021 8:59:16 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r91360 r91377 1049 1049 uint32_t iReg2 : 4; 1050 1050 } 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; 1051 1061 1052 1062 /** This is a combination field of all instruction information. Note! Not all field
Note:
See TracChangeset
for help on using the changeset viewer.