VirtualBox

Changeset 36398 in vbox for trunk/include/VBox/x86.h


Ignore:
Timestamp:
Mar 24, 2011 12:40:25 PM (14 years ago)
Author:
vboxsync
Message:

x86.h: doxygen comments.

File:
1 edited

Legend:

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

    r36315 r36398  
    876876#define MSR_IA32_DEBUGCTL                   0x1D9
    877877
    878 /* Page Attribute Table. */
     878/** Page Attribute Table. */
    879879#define MSR_IA32_CR_PAT                     0x277
    880880
     
    889889/** Enable misc. processor features (R/W). */
    890890#define MSR_IA32_MISC_ENABLE                   0x1A0
    891 /* Enable fast-strings feature (for REP MOVS and REP STORS). */
     891/** Enable fast-strings feature (for REP MOVS and REP STORS). */
    892892#define MSR_IA32_MISC_ENABLE_FAST_STRINGS      RT_BIT(0)
    893 /* Automatic Thermal Control Circuit Enable (R/W). */
     893/** Automatic Thermal Control Circuit Enable (R/W). */
    894894#define MSR_IA32_MISC_ENABLE_TCC               RT_BIT(3)
    895 /* Performance Monitoring Available (R). */
     895/** Performance Monitoring Available (R). */
    896896#define MSR_IA32_MISC_ENABLE_PERF_MON          RT_BIT(7)
    897 /* Branch Trace Storage Unavailable (R/O). */
     897/** Branch Trace Storage Unavailable (R/O). */
    898898#define MSR_IA32_MISC_ENABLE_BTS_UNAVAIL       RT_BIT(11)
    899 /* Precise Event Based Sampling (PEBS) Unavailable (R/O). */
     899/** Precise Event Based Sampling (PEBS) Unavailable (R/O). */
    900900#define MSR_IA32_MISC_ENABLE_PEBS_UNAVAIL      RT_BIT(12)
    901 /* Enhanced Intel SpeedStep Technology Enable (R/W). */
     901/** Enhanced Intel SpeedStep Technology Enable (R/W). */
    902902#define MSR_IA32_MISC_ENABLE_SST_ENABLE        RT_BIT(16)
    903 /* If MONITOR/MWAIT is supported (R/W). */
     903/** If MONITOR/MWAIT is supported (R/W). */
    904904#define MSR_IA32_MISC_ENABLE_MONITOR           RT_BIT(18)
    905 /* Limit CPUID Maxval to 3 leafs (R/W). */
     905/** Limit CPUID Maxval to 3 leafs (R/W). */
    906906#define MSR_IA32_MISC_ENABLE_LIMIT_CPUID       RT_BIT(22)
    907 /* When set to 1, xTPR messages are disabled (R/W). */
     907/** When set to 1, xTPR messages are disabled (R/W). */
    908908#define MSR_IA32_MISC_ENABLE_XTPR_MSG_DISABLE  RT_BIT(23)
    909 /* When set to 1, the Execute Disable Bit feature (XD Bit) is disabled (R/W). */
     909/** When set to 1, the Execute Disable Bit feature (XD Bit) is disabled (R/W). */
    910910#define MSR_IA32_MISC_ENABLE_XD_DISABLE        RT_BIT(34)
    911911
Note: See TracChangeset for help on using the changeset viewer.

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