Changeset 1410 in vbox
- Timestamp:
- Mar 12, 2007 9:55:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELMInternal.h
r1408 r1410 46 46 47 47 /** aHyperSel index to retrieve hypervisor selectors */ 48 /** The TSS selector used by the VMM inside the GC. */ 49 #define SELM_HYPER_SEL_TSS 0 48 50 /** The Flat CS selector used by the VMM inside the GC. */ 49 #define SELM_HYPER_SEL_CS 051 #define SELM_HYPER_SEL_CS 1 50 52 /** The Flat DS selector used by the VMM inside the GC. */ 51 #define SELM_HYPER_SEL_DS 153 #define SELM_HYPER_SEL_DS 2 52 54 /** The 64-bit mode CS selector used by the VMM inside the GC. */ 53 #define SELM_HYPER_SEL_CS64 2 54 /** The TSS selector used by the VMM inside the GC. */ 55 #define SELM_HYPER_SEL_TSS 3 55 #define SELM_HYPER_SEL_CS64 3 56 56 /** The TSS selector for taking trap 08 (\#DF). */ 57 57 #define SELM_HYPER_SEL_TSS_TRAP08 4
Note:
See TracChangeset
for help on using the changeset viewer.