Changeset 9655 in vbox for trunk/include
- Timestamp:
- Jun 12, 2008 11:38:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r9649 r9655 47 47 typedef struct CPUMSELREGHID 48 48 { 49 /** Base register. */ 49 /** Base register. 50 * 51 * Long mode remarks: 52 * - Unused in long mode for CS, DS, ES, SS 53 * - 32 bits for FS & GS; FS(GS)_BASE msr used for the base address 54 * - 64 bits for TR & LDTR 55 */ 50 56 uint64_t u64Base; 51 57 /** Limit (expanded). */
Note:
See TracChangeset
for help on using the changeset viewer.