Changeset 83090 in vbox
- Timestamp:
- Feb 17, 2020 5:34:09 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r83089 r83090 1503 1503 #define MSR_IA32_TSX_CTRL 0x122 1504 1504 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 /** @} */ 1525 1528 1526 1529 /** Fixed range MTRRs. 1527 * @{ 1528 #define IA32_MTRR_FIX64K_000000x2501529 #define IA32_MTRR_FIX16K_800000x2581530 #define IA32_MTRR_FIX16K_A00000x2591531 #define IA32_MTRR_FIX4K_C00000x2681532 #define IA32_MTRR_FIX4K_C80000x2691533 #define IA32_MTRR_FIX4K_D00000x26a1534 #define IA32_MTRR_FIX4K_D80000x26b1535 #define IA32_MTRR_FIX4K_E00000x26c1536 #define IA32_MTRR_FIX4K_E80000x26d1537 #define IA32_MTRR_FIX4K_F00000x26e1538 #define IA32_MTRR_FIX4K_F80000x26f1539 /** @} 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 /** @} */ 1540 1543 1541 1544 /** MTRR Default Range. */
Note:
See TracChangeset
for help on using the changeset viewer.