VirtualBox

Changeset 12603 in vbox


Ignore:
Timestamp:
Sep 19, 2008 2:46:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36870
Message:

cpum.h: DR4/5 comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cpum.h

    r12600 r12603  
    5252     *  - Unused in long mode for CS, DS, ES, SS
    5353     *  - 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
    5555     */
    5656    uint64_t    u64Base;
     
    306306
    307307    /** 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.
    308312     * @{ */
    309313    uint64_t        dr[8];
    310     /* DR8-15 are currently not supported */
    311314    /** @} */
    312315
     
    787790
    788791/**
    789  * Gets the CPU vendor 
     792 * Gets the CPU vendor
    790793 *
    791794 * @returns CPU vendor
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette