Changeset 9441 in vbox
- Timestamp:
- Jun 5, 2008 4:53:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELMInternal.h
r9439 r9441 99 99 RTUINT cbEffGuestGdtLimit; 100 100 101 uint32_t padding0; 102 101 103 /** HC Pointer to the LDT shadow area placed in Hypervisor memory arena. */ 102 104 R3PTRTYPE(void *) HCPtrLdt; … … 104 106 RCPTRTYPE(void *) GCPtrLdt; 105 107 #if GC_ARCH_BITS == 64 106 RTRCPTR padding 0;108 RTRCPTR padding1; 107 109 #endif 108 110 /** GC Pointer to the current Guest's LDT. */ … … 112 114 /** Current LDT offset relative to pvLdt*. */ 113 115 RTUINT offLdtHyper; 114 115 uint32_t padding 1[3];116 116 #if HC_ARCH_BITS == 32 117 uint32_t padding2[2]; 118 #endif 117 119 /** TSS. (This is 16 byte aligned!) 118 120 * @todo I/O bitmap & interrupt redirection table? */ … … 125 127 RCPTRTYPE(void *) GCPtrTss; 126 128 #if GC_ARCH_BITS == 64 127 RTRCPTR padding 2;129 RTRCPTR padding3; 128 130 #endif 129 131 /** GC Pointer to the current Guest's TSS. */
Note:
See TracChangeset
for help on using the changeset viewer.