VirtualBox

Changeset 83090 in vbox


Ignore:
Timestamp:
Feb 17, 2020 5:34:09 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136146
Message:

iprt/x86.h: Added missing MSR prefix to MTRR defs like all the other IA32 MSRs. Nits.

File:
1 edited

Legend:

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

    r83089 r83090  
    15031503#define MSR_IA32_TSX_CTRL                   0x122
    15041504
    1505 #define IA32_MTRR_PHYSBASE0                 0x200
    1506 #define IA32_MTRR_PHYSMASK0                 0x201
    1507 #define IA32_MTRR_PHYSBASE1                 0x202
    1508 #define IA32_MTRR_PHYSMASK1                 0x203
    1509 #define IA32_MTRR_PHYSBASE2                 0x204
    1510 #define IA32_MTRR_PHYSMASK2                 0x205
    1511 #define IA32_MTRR_PHYSBASE3                 0x206
    1512 #define IA32_MTRR_PHYSMASK3                 0x207
    1513 #define IA32_MTRR_PHYSBASE4                 0x208
    1514 #define IA32_MTRR_PHYSMASK4                 0x209
    1515 #define IA32_MTRR_PHYSBASE5                 0x20a
    1516 #define IA32_MTRR_PHYSMASK5                 0x20b
    1517 #define IA32_MTRR_PHYSBASE6                 0x20c
    1518 #define IA32_MTRR_PHYSMASK6                 0x20d
    1519 #define IA32_MTRR_PHYSBASE7                 0x20e
    1520 #define IA32_MTRR_PHYSMASK7                 0x20f
    1521 #define IA32_MTRR_PHYSBASE8                 0x210
    1522 #define IA32_MTRR_PHYSMASK8                 0x211
    1523 #define IA32_MTRR_PHYSBASE9                 0x212
    1524 #define IA32_MTRR_PHYSMASK9                 0x213
     1505/** Variable range MTRRs.
     1506 * @{ */
     1507#define MSR_IA32_MTRR_PHYSBASE0             0x200
     1508#define MSR_IA32_MTRR_PHYSMASK0             0x201
     1509#define MSR_IA32_MTRR_PHYSBASE1             0x202
     1510#define MSR_IA32_MTRR_PHYSMASK1             0x203
     1511#define MSR_IA32_MTRR_PHYSBASE2             0x204
     1512#define MSR_IA32_MTRR_PHYSMASK2             0x205
     1513#define MSR_IA32_MTRR_PHYSBASE3             0x206
     1514#define MSR_IA32_MTRR_PHYSMASK3             0x207
     1515#define MSR_IA32_MTRR_PHYSBASE4             0x208
     1516#define MSR_IA32_MTRR_PHYSMASK4             0x209
     1517#define MSR_IA32_MTRR_PHYSBASE5             0x20a
     1518#define MSR_IA32_MTRR_PHYSMASK5             0x20b
     1519#define MSR_IA32_MTRR_PHYSBASE6             0x20c
     1520#define MSR_IA32_MTRR_PHYSMASK6             0x20d
     1521#define MSR_IA32_MTRR_PHYSBASE7             0x20e
     1522#define MSR_IA32_MTRR_PHYSMASK7             0x20f
     1523#define MSR_IA32_MTRR_PHYSBASE8             0x210
     1524#define MSR_IA32_MTRR_PHYSMASK8             0x211
     1525#define MSR_IA32_MTRR_PHYSBASE9             0x212
     1526#define MSR_IA32_MTRR_PHYSMASK9             0x213
     1527/** @} */
    15251528
    15261529/** Fixed range MTRRs.
    1527  * @{  */
    1528 #define IA32_MTRR_FIX64K_00000              0x250
    1529 #define IA32_MTRR_FIX16K_80000              0x258
    1530 #define IA32_MTRR_FIX16K_A0000              0x259
    1531 #define IA32_MTRR_FIX4K_C0000               0x268
    1532 #define IA32_MTRR_FIX4K_C8000               0x269
    1533 #define IA32_MTRR_FIX4K_D0000               0x26a
    1534 #define IA32_MTRR_FIX4K_D8000               0x26b
    1535 #define IA32_MTRR_FIX4K_E0000               0x26c
    1536 #define IA32_MTRR_FIX4K_E8000               0x26d
    1537 #define IA32_MTRR_FIX4K_F0000               0x26e
    1538 #define IA32_MTRR_FIX4K_F8000               0x26f
    1539 /** @}  */
     1530 * @{ */
     1531#define MSR_IA32_MTRR_FIX64K_00000          0x250
     1532#define MSR_IA32_MTRR_FIX16K_80000          0x258
     1533#define MSR_IA32_MTRR_FIX16K_A0000          0x259
     1534#define MSR_IA32_MTRR_FIX4K_C0000           0x268
     1535#define MSR_IA32_MTRR_FIX4K_C8000           0x269
     1536#define MSR_IA32_MTRR_FIX4K_D0000           0x26a
     1537#define MSR_IA32_MTRR_FIX4K_D8000           0x26b
     1538#define MSR_IA32_MTRR_FIX4K_E0000           0x26c
     1539#define MSR_IA32_MTRR_FIX4K_E8000           0x26d
     1540#define MSR_IA32_MTRR_FIX4K_F0000           0x26e
     1541#define MSR_IA32_MTRR_FIX4K_F8000           0x26f
     1542/** @} */
    15401543
    15411544/** MTRR Default Range. */
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