Changeset 71046 in vbox
- Timestamp:
- Feb 19, 2018 7:59:20 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/hm_svm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r70781 r71046 707 707 AssertCompileSize(SVMLBRVIRT, 8); 708 708 709 /** Maximum number of bytes in the Guest-instruction bytes field. */ 710 #define SVM_CTRL_GUEST_INSTR_BYTES_MAX 15 711 709 712 /** 710 713 * SVM VMCB control area. … … 770 773 /** Offset 0xd0 - Number of bytes fetched. */ 771 774 uint8_t cbInstrFetched; 772 /** Offset 0xd1 - Fetchedbytes. */773 uint8_t abInstr[ 15];775 /** Offset 0xd1 - Guest instruction bytes. */ 776 uint8_t abInstr[SVM_CTRL_GUEST_INSTR_BYTES_MAX]; 774 777 /** Offset 0xe0 - AVIC APIC_BACKING_PAGE pointer. */ 775 778 SVMAVIC AvicBackingPagePtr;
Note:
See TracChangeset
for help on using the changeset viewer.

