Changeset 12603 in vbox
- Timestamp:
- Sep 19, 2008 2:46:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36870
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r12600 r12603 52 52 * - Unused in long mode for CS, DS, ES, SS 53 53 * - 32 bits for FS & GS; FS(GS)_BASE msr used for the base address 54 * - 64 bits for TR & LDTR 54 * - 64 bits for TR & LDTR 55 55 */ 56 56 uint64_t u64Base; … … 306 306 307 307 /** Debug registers. 308 * @remarks DR4 and DR5 should not be used since they are aliases for 309 * DR6 and DR7 respectively on both AMD and Intel CPUs. 310 * @remarks DR8-15 are currently not supported by AMD or Intel, so 311 * neither do we. 308 312 * @{ */ 309 313 uint64_t dr[8]; 310 /* DR8-15 are currently not supported */311 314 /** @} */ 312 315 … … 787 790 788 791 /** 789 * Gets the CPU vendor 792 * Gets the CPU vendor 790 793 * 791 794 * @returns CPU vendor
Note:
See TracChangeset
for help on using the changeset viewer.