1 /* SPDX-License-Identifier: GPL-2.0-only */
5 int intel_core2_later_probe(const struct targetdef
*target
, const struct cpuid_t
*id
) {
6 return ((VENDOR_INTEL
== id
->vendor
) &&
11 const struct msrdef intel_core2_later_msrs
[] = {
12 {0x17, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PLATFORM_ID Register",
13 "Model Specific Platform ID", {
14 /* The OS can use this MSR to determine "slot" information for the
15 * processor and the proper microcode update to load. */
17 { 52, 3, "Platform ID", "R/O", PRESENT_BIN
, {
18 { MSR1(0), "Processor Flag 0" },
19 { MSR1(1), "Processor Flag 1" },
20 { MSR1(2), "Processor Flag 2" },
21 { MSR1(3), "Processor Flag 3" },
22 { MSR1(4), "Processor Flag 4" },
23 { MSR1(5), "Processor Flag 5" },
24 { MSR1(6), "Processor Flag 6" },
25 { MSR1(7), "Processor Flag 7" },
29 { 12, 5, "Maximum Qualified Ratio:", "The maximum allowed bus ratio",
36 { 0x2a, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EBL_CR_POWERON Register",
37 "Processor Hard Power-On Configuration", {
39 { 26, 5, "Integer Bus Frequency Ratio:", "R/O", PRESENT_DEC
, {
42 { 21, 2, "Symmetric Arbitration ID:", "R/O", PRESENT_BIN
, {
46 { 18, 1, "N/2:", "Non-integer bus ratio", PRESENT_DEC
, {
47 { MSR1(0), "Integer ratio" },
48 { MSR1(1), "Non-integer ratio" },
51 { 17, 2, "APIC Cluster ID:", "R/O", PRESENT_HEX
, {
55 { 14, 1, "1 Mbyte Power on Reset Vector", "R/O", PRESENT_DEC
, {
56 { MSR1(0), "4 GBytes Power on Reset Vector" },
57 { MSR1(1), "1 Mbyte Power on Reset Vector" },
61 { 12, 1, "BINIT# Observation", "R/O", PRESENT_DEC
, {
62 { MSR1(0), "BINIT# Observation disabled" },
63 { MSR1(1), "BINIT# Observation enabled" },
66 { 11, 1, "TXT", "Intel TXT Capable Chipset", PRESENT_DEC
, {
67 { MSR1(0), "Intel TXT Capable Chipset not present" },
68 { MSR1(1), "Intel TXT Capable Chipset present" },
71 { 10, 1, "MCERR# Observation:", "R/O", PRESENT_DEC
, {
72 { MSR1(0), "MCERR# Observation disabled" },
73 { MSR1(1), "MCERR# Observation enabled" },
76 { 9, 1, "Execute BIST", "R/O", PRESENT_DEC
, {
77 { MSR1(0), "Execute BIST disabled" },
78 { MSR1(1), "Execute BIST enabled" },
81 { 8, 1, "Output Tri-state", "R/O", PRESENT_DEC
, {
82 { MSR1(0), "Output Tri-state disabled" },
83 { MSR1(1), "Output Tri-state enabled" },
86 { 7, 1, "BINIT# Driver Enable", "R/W", PRESENT_DEC
, {
87 { MSR1(0), "BINIT# Driver disabled" },
88 { MSR1(1), "BINIT# Driver enabled" },
92 { 4, 1, "Address parity enable", "R/W", PRESENT_DEC
, {
93 { MSR1(0), "Address parity disabled" },
94 { MSR1(1), "Address parity enabled" },
97 { 3, 1, "MCERR# Driver Enable", "R/W", PRESENT_DEC
, {
98 { MSR1(0), "MCERR# Driver disabled" },
99 { MSR1(1), "MCERR# Driver enabled" },
102 { 2, 1, "Response error checking enable", "R/W", PRESENT_DEC
, {
103 { MSR1(0), "Response Error Checking disabled" },
104 { MSR1(1), "Response Error Checking enabled" },
107 { 1, 1, "Data error checking enable", "R/W", PRESENT_DEC
, {
108 { MSR1(0), "Data error checking disabled" },
109 { MSR1(1), "Data error checking enabled" },
115 {0xcd, MSRTYPE_RDONLY
, MSR2(0, 0), "MSR_FSB_FREQ", "Scalable Bus Speed", {
116 /* This field indicates the intended scalable bus clock speed */
117 { 63, 61, RESERVED
},
118 { 2, 3, "Speed", "R/O", PRESENT_BIN
, {
119 { MSR1(0), "267 MHz (FSB 1067)" },
120 { MSR1(1), "133 MHz (FSB 533)" },
121 { MSR1(2), "200 MHz (FSB 800)" },
122 { MSR1(3), "167 MHz (FSB 667)" },
123 { MSR1(4), "333 MHz (FSB 1333)" },
124 { MSR1(5), "100 MHz (FSB 400)" },
125 { MSR1(6), "400 MHz (FSB 1600)" },
130 {0x11e, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_BBL_CR_CTL3", "", {
131 { 63, 40, RESERVED
},
132 { 23, 1, "L2 Present", "R/O", PRESENT_BIN
, {
133 { MSR1(0), "L2 Present" },
134 { MSR1(1), "L2 Not Present" },
137 { 22, 14, RESERVED
},
138 { 8, 1, "L2 Enabled", "R/W", PRESENT_BIN
, {
139 /* Until this bit is set the processor will not respond
140 * to the WBINVD instruction or the assertion
141 * of the FLUSH# input. */
142 { MSR1(0), "L2 is disabled" },
143 { MSR1(1), "L2 cache has been initialized" },
147 { 0, 1, "L2 Hardware Enabled", "R/O", PRESENT_BIN
, {
148 { MSR1(0), "L2 is hardware-disabled" },
149 { MSR1(1), "L2 is hardware-enabled" },
154 {0x198, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERF_STATUS", "", {
160 {0x0, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_P5_MC_ADDR",
161 "Pentium Processor Machine-Check Exception Address", {
164 {0x1, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_P5_MC_TYPE",
165 "Pentium Processor Machine-Check Exception Type", {
168 {0x6, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MONITOR_FILTER_SIZE", "", {
171 {0x10, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_TIME_STEP_COUNTER", "TSC", {
174 {0x1b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_APIC_BASE", "APIC BASE", {
175 /* In Intel's manual there is MAXPHYWID,
176 * which determine index of highest bit of
177 * APIC Base itself, so marking it as
180 { 63, 52, RESERVED
},
181 { 11, 1, "APIC Global Enable", "R/W", PRESENT_BIN
, {
186 { 8, 1, "BSP Flag", "R/W", PRESENT_BIN
, {
192 {0x3a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FEATURE_CONTROL",
193 "Control features in Intel 64Processor", {
194 { 63, 48, RESERVED
},
195 /* if CPUID.01H: ECX[6] = 1 */
196 { 15, 1, "SENTER Global Enable", "R/WL", PRESENT_BIN
, {
197 { MSR1(0), "SENTER leaf functions are disabled" },
198 { MSR1(1), "SENTER leaf functions are enabled" },
201 /* if CPUID.01H: ECX[6] = 1 */
202 { 14, 7, "SENTER Local Function Enables", "R/WL", PRESENT_BIN
, {
206 { 3, 1, "SMRR Enable", "R/WL", PRESENT_BIN
, {
207 { MSR1(0), "SMRR_PHYS_BASE and SMRR_PHYS_MASK are invisible in SMM" },
208 { MSR1(1), "SMRR_PHYS_BASE and SMRR_PHYS_MASK accessible from SMM" },
211 /* if CPUID.01H: ECX[5 or 6] = 1 */
212 { 2, 1, "VMX outside of SMX operation", "R/WL", PRESENT_BIN
, {
213 /* This bit enables VMX for system executive
214 * that do not require SMX.
216 { MSR1(0), "VMX outside of SMX operation disabled" },
217 { MSR1(1), "VMX outside of SMX operation enabled" },
220 { 1, 1, "VMX inside of SMX operation", "R/WL", PRESENT_BIN
, {
221 /* This bit enables a system executive to use
222 * VMX in conjunction with SMX to support Intel
223 * Trusted Execution Technology.
225 { MSR1(0), "VMX inside of SMX operation disabled" },
226 { MSR1(1), "VMX outside of SMX operation enabled" },
229 /* if CPUID.01H: ECX[5 or 6] = 1 */
230 { 0, 1, "Lock bit", "R/WO", PRESENT_BIN
, {
231 /* Once the Lock bit is set, the contents
232 * of this register cannot be modified.
233 * Therefore the lock bit must be set after
234 * configuring support for Intel Virtualization
235 * Technology and prior transferring control
236 * to an Option ROM or bootloader. Hence, once
237 * the lock bit is set, the entire IA32_FEATURE_CONTROL_MSR
238 * contents are preserved across RESET when
239 * PWRGOOD it not deasserted.
241 { MSR1(0), "IA32_FEATURE_CONTROL MSR can be modified" },
242 { MSR1(1), "IA32_FEATURE_CONTROL MSR cannot be modified" },
247 {0x40, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_0_FROM_IP", "", {
250 {0x41, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_1_FROM_IP", "", {
253 {0x42, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_2_FROM_IP", "", {
256 {0x43, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_3_FROM_IP", "", {
259 {0x60, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_0_TO_LIP", "", {
262 {0x61, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_1_TO_LIP", "", {
265 {0x62, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_2_TO_LIP", "", {
268 {0x63, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_3_TO_LIP", "", {
271 {0x79, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_BIOS_UPDT_TRIG",
272 "BIOS Update Trigger Register (W)", {
275 {0x8b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_BIOS_SIGN_ID",
276 "BIOS Update Signature ID (RO)", {
279 {0xa0, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_SMRR_PHYS_BASE", "", {
282 {0xa1, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_SMRR_PHYS_MASK", "", {
285 {0xc1, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PMC0", "", {
288 {0xc2, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PMC1", "", {
291 {0xe7, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MPERF", "", {
294 {0xe8, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_APERF", "", {
297 {0xfe, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRRCAP", "", {
298 { 63, 52, RESERVED
},
299 { 11, 1, "SMRR Capability Using MSR 0xa0 and 0xa1", "R/O", PRESENT_BIN
, {
302 { 10, 11, RESERVED
},
305 {0x174, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_SYSENTER_CS", "", {
308 {0x175, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_SYSENTER_ESP", "", {
311 {0x176, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_SYSENTER_EIP", "", {
314 {0x179, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MCG_CAP", "", {
317 {0x17a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MCG_STATUS", "", {
318 { 63, 61, RESERVED
},
319 { 2, 1, "MCIP", "R/W", PRESENT_BIN
, {
320 /* When set, bit indicates that a machine check has been
321 * generated. If a second machine check is detected while
322 * this bit is still set, the processor enters a shutdown state.
323 * Software should write this bit to 0 after processing
324 * a machine check exception.
326 { MSR1(0), "Nothing" },
327 { MSR1(1), "Machine check has been generated" },
330 { 1, 1, "EPIV", "R/W", PRESENT_BIN
, {
331 /* When set, bit indicates that the instruction addressed
332 * by the instruction pointer pushed on the stack (when
333 * the machine check was generated) is directly associated
336 { MSR1(0), "Nothing" },
337 { MSR1(1), "Instruction addressed directly associated with the error" },
340 { 0, 1, "RIPV", "R/W", PRESENT_BIN
, {
341 /* When set, bit indicates that the instruction addressed
342 * by the instruction pointer pushed on the stack (when
343 * the machine check was generated) can be used to restart
344 * the program. If cleared, the program cannot be reliably restarted
346 { MSR1(0), "Program cannot be reliably restarted" },
347 { MSR1(1), "Instruction addressed can be used to restart the program" },
352 /* if CPUID.0AH: EAX[15:8] > 0 */
353 {0x186, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERFEVTSEL0",
354 "Performance Event Select Register 0", {
355 { 63, 32, RESERVED
},
356 { 31, 8, "CMASK", "R/W", PRESENT_HEX
, {
357 /* When CMASK is not zero, the corresponding performance
358 * counter 0 increments each cycle if the event count
359 * is greater than or equal to the CMASK.
363 { 23, 1, "INV", "R/W", PRESENT_BIN
, {
364 { MSR1(0), "CMASK using as is" },
365 { MSR1(1), "CMASK inerting" },
368 { 22, 1, "EN", "R/W", PRESENT_BIN
, {
369 { MSR1(0), "No commence counting" },
370 { MSR1(1), "Commence counting" },
373 { 21, 1, "AnyThread", "R/W", PRESENT_BIN
, {
376 { 20, 1, "INT", "R/W", PRESENT_BIN
, {
377 { MSR1(0), "Interrupt on counter overflow is disabled" },
378 { MSR1(1), "Interrupt on counter overflow is enabled" },
381 { 19, 1, "PC", "R/W", PRESENT_BIN
, {
382 { MSR1(0), "Disabled pin control" },
383 { MSR1(1), "Enabled pin control" },
386 { 18, 1, "Edge", "R/W", PRESENT_BIN
, {
387 { MSR1(0), "Disabled edge detection" },
388 { MSR1(1), "Enabled edge detection" },
391 { 17, 1, "OS", "R/W", PRESENT_BIN
, {
392 { MSR1(0), "Nothing" },
393 { MSR1(1), "Counts while in privilege level is ring 0" },
396 { 16, 1, "USR", "R/W", PRESENT_BIN
, {
397 { MSR1(0), "Nothing" },
398 { MSR1(1), "Counts while in privilege level is not ring 0" },
401 { 15, 8, "UMask", "R/W", PRESENT_HEX
, {
402 /* Qualifies the microarchitectural condition
403 * to detect on the selected event logic. */
406 { 7, 8, "Event Select", "R/W", PRESENT_HEX
, {
407 /* Selects a performance event logic unit. */
412 /* if CPUID.0AH: EAX[15:8] > 0 */
413 {0x187, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERFEVTSEL1",
414 "Performance Event Select Register 1", {
415 { 63, 32, RESERVED
},
416 { 31, 8, "CMASK", "R/W", PRESENT_HEX
, {
417 /* When CMASK is not zero, the corresponding performance
418 * counter 1 increments each cycle if the event count
419 * is greater than or equal to the CMASK.
423 { 23, 1, "INV", "R/W", PRESENT_BIN
, {
424 { MSR1(0), "CMASK using as is" },
425 { MSR1(1), "CMASK inerting" },
428 { 22, 1, "EN", "R/W", PRESENT_BIN
, {
429 { MSR1(0), "No commence counting" },
430 { MSR1(1), "Commence counting" },
433 { 21, 1, "AnyThread", "R/W", PRESENT_BIN
, {
436 { 20, 1, "INT", "R/W", PRESENT_BIN
, {
437 { MSR1(0), "Interrupt on counter overflow is disabled" },
438 { MSR1(1), "Interrupt on counter overflow is enabled" },
441 { 19, 1, "PC", "R/W", PRESENT_BIN
, {
442 { MSR1(0), "Disabled pin control" },
443 { MSR1(1), "Enabled pin control" },
446 { 18, 1, "Edge", "R/W", PRESENT_BIN
, {
447 { MSR1(0), "Disabled edge detection" },
448 { MSR1(1), "Enabled edge detection" },
451 { 17, 1, "OS", "R/W", PRESENT_BIN
, {
452 { MSR1(0), "Nothing" },
453 { MSR1(1), "Counts while in privilege level is ring 0" },
456 { 16, 1, "USR", "R/W", PRESENT_BIN
, {
457 { MSR1(0), "Nothing" },
458 { MSR1(1), "Counts while in privilege level is not ring 0" },
461 { 15, 8, "UMask", "R/W", PRESENT_HEX
, {
462 /* Qualifies the microarchitectural condition
463 * to detect on the selected event logic. */
466 { 7, 8, "Event Select", "R/W", PRESENT_HEX
, {
467 /* Selects a performance event logic unit. */
472 {0x198, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERF_STATUS", "", {
475 {0x199, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERF_CTL", "", {
478 {0x19a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_CLOCK_MODULATION",
479 "Clock Modulation", {
480 { 63, 59, RESERVED
},
481 { 4, 1, "On demand Clock Modulation", "R/W", PRESENT_BIN
, {
482 { MSR1(0), "On demand Clock Modulation is disabled" },
483 { MSR1(1), "On demand Clock Modulation is enabled" },
486 { 3, 3, "On demand Clock Modulation Duty Cycle", "R/W", PRESENT_HEX
, {
492 {0x19b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_THERM_INTERRUPT",
493 "Thermal Interrupt Control", {
496 {0x19c, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_THERM_STATUS",
497 "Thermal Monitor Status", {
500 {0x19d, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_THERM2_CTL", "", {
503 {0x1a0, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MISC_ENABLE",
504 "Enable miscellaneous processor features", {
505 { 63, 24, RESERVED
},
506 { 39, 1, "IP Prefetcher Disable", "R/W", PRESENT_BIN
, {
507 { MSR1(0), "IP Prefetcher enabled" },
508 { MSR1(1), "IP Prefetcher disabled" },
511 /* Note: [38] bit using for whole package,
512 * while some other bits can be Core or Thread
515 { 38, 1, "IDA Disable", "R/W", PRESENT_BIN
, {
516 /* When set to a 0 on processors that support IDA,
517 * CPUID.06H: EAX[1] reports the processor's
518 * support of turbo mode is enabled.
520 { MSR1(0), "IDA enabled" },
521 /* When set 1 on processors that support Intel Turbo Boost
522 * technology, the turbo mode feature is disabled and
523 * the IDA_Enable feature flag will be clear (CPUID.06H: EAX[1]=0).
525 { MSR1(1), "IDA disabled" },
527 /* Note: the power-on default value is used by BIOS to detect
528 * hardware support of turbo mode. If power-on default value is 1,
529 * turbo mode is available in the processor. If power-on default
530 * value is 0, turbo mode not available.
533 { 37, 1, "DCU Prefetcher Disable", "R/W", PRESENT_BIN
, {
534 { MSR1(0), "DCU L1 data cache prefetcher is enabled" },
535 { MSR1(1), "DCU L1 data cache prefetcher is disabled" },
539 { 34, 1, "XD Bit Disable", "R/W", PRESENT_BIN
, {
542 { 33, 10, RESERVED
},
543 { 23, 1, "xTPR Message Disable", "R/W", PRESENT_BIN
, {
546 { 22, 1, "Limit CPUID Maxval", "R/W", PRESENT_BIN
, {
550 { 20, 1, "Enhanced Intel SpeedStep Select Lock", "R/W",
552 { MSR1(0), "Enhanced Intel SpeedStep Select "
553 "and Enable bits are writeable" },
554 { MSR1(1), "Enhanced Intel SpeedStep Select "
555 "and Enable bits are locked and R/O" },
558 { 19, 1, "Adjacent Cache Line Prefetch Disable", "R/W",
560 { MSR1(0), "Fetching cache lines that comprise a cache "
561 "line pair (128 bytes)" },
562 { MSR1(1), "Fetching cache line that contains data "
563 "currently required by the processor" },
566 { 18, 1, "Enable Monitor FSM", "R/W", PRESENT_BIN
, {
569 { 17, 1, "UNDOCUMENTED", "R/W", PRESENT_BIN
, {
572 /* Note: [16] bit using for whole package,
573 * while some other bits can be Core or Thread
576 { 16, 1, "Enhanced Intel SpeedStep Technology Enable", "R/W",
581 { 13, 1, "TM2 Enable", "R/W", PRESENT_BIN
, {
584 { 12, 1, "Precise Event Based Sampling Unavailable", "R/O",
588 { 11, 1, "Branch Trace Storage Unavailable", "R/O", PRESENT_BIN
, {
591 { 10, 1, "FERR# Multiplexing Enable", "R/W", PRESENT_BIN
, {
592 { MSR1(0), "FERR# signaling compatible behaviour" },
593 { MSR1(1), "FERR# asserted by the processor to indicate "
594 "a pending break event within the processor" },
597 { 9, 1, "Hardware Prefetcher Disable", "R/W", PRESENT_BIN
, {
598 { MSR1(0), "Hardware prefetcher is enabled" },
599 { MSR1(1), "Hardware prefetcher is disabled" },
603 { 7, 1, "Performance Monitoring Available", "R", PRESENT_BIN
, {
607 { 3, 1, "Automatic Thermal Control Circuit Enable", "R/W"
612 { 0, 1, "Fast-Strings Enable", "R/W", PRESENT_BIN
, {
617 {0x1c9, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LASTBRANCH_TOS", "", {
620 {0x1d9, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_DEBUGCTL", "", {
623 {0x1dd, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LER_FROM_LIP", "", {
626 {0x1de, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_LER_TO_LIP", "", {
629 {0x200, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE0", "", {
632 {0x201, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK0", "", {
635 {0x202, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE1", "", {
638 {0x203, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK1", "", {
641 {0x204, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE2", "", {
644 {0x205, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK2", "", {
647 {0x206, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE3", "", {
650 {0x207, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK3", "", {
653 {0x208, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE4", "", {
656 {0x209, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK4", "", {
659 {0x20a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE5", "", {
662 {0x20b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK5", "", {
665 {0x20c, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE6", "", {
668 {0x20d, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK6", "", {
671 {0x20e, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_BASE7", "", {
674 {0x20f, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_PHYS_MASK7", "", {
677 {0x250, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX64K_00000", "", {
680 {0x258, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX16K_80000", "", {
683 {0x259, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX16K_A0000", "", {
686 {0x268, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_C0000", "", {
689 {0x269, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_C8000", "", {
692 {0x26a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_D0000", "", {
695 {0x26b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_D8000", "", {
698 {0x26c, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_E0000", "", {
701 {0x26d, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_E8000", "", {
704 {0x26e, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_F0000", "", {
707 {0x26f, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_FIX4K_F8000", "", {
710 {0x277, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PAT", "IA32_PAT", {
712 { 58, 3, "PA7", "R/W", PRESENT_BIN
, {
716 { 40, 3, "PA6", "R/W", PRESENT_BIN
, {
720 { 42, 3, "PA5", "R/W", PRESENT_BIN
, {
724 { 34, 3, "PA4", "R/W", PRESENT_BIN
, {
728 { 26, 3, "PA3", "R/W", PRESENT_BIN
, {
732 { 18, 3, "PA2", "R/W", PRESENT_BIN
, {
736 { 10, 3, "PA1", "R/W", PRESENT_BIN
, {
740 { 2, 3, "PA0", "R/W", PRESENT_BIN
, {
745 {0x2ff, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MTRR_DEF_TYPE",
746 "Default Memory Types", {
747 { 63, 52, RESERVED
},
748 { 11, 1, "MTRR Enable", "R/W", PRESENT_BIN
, {
751 { 10, 1, "Fixed Range MTRR Enable", "R/W", PRESENT_BIN
, {
755 { 2, 3, "Default Memory Type", "R/W", PRESENT_HEX
, {
760 /* if CPUID.0AH: EDX[4:0] > 0 */
761 {0x309, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FIXED_CTR0", "Fixed-Function "
762 "Performance Counter Register 0: Counts Instr_Retired.Any", {
763 /* Also known as MSR_PERF_FIXED_CTR0 */
766 /* if CPUID.0AH: EDX[4:0] > 1 */
767 {0x30a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FIXED_CTR1", "Fixed-Function "
768 "Performance Counter Register 1: Counts CPU_CLK_Unhalted.Core ", {
769 /* Also known as MSR_PERF_FIXED_CTR1 */
772 /* if CPUID.0AH: EDX[4:0] > 2 */
773 {0x30b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FIXED_CTR2", "Fixed-Function "
774 "Performance Counter Register 2: Counts CPU_CLK_Unhalted.Ref", {
775 /* Also known as MSR_PERF_FIXED_CTR2 */
778 {0x345, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_PERF_CAPABILITIES", "", {
779 /* Additional info available at Section 17.4.1 of
780 * Intel 64 and IA-32 Architectures Software Developer's
783 { 63, 56, RESERVED
},
784 { 7, 1, "PEBSSaveArchRegs", "R/O", PRESENT_BIN
, {
787 { 6, 1, "PEBS Record Format", "R/O", PRESENT_BIN
, {
790 { 5, 6, "LBR Format", "R/O", PRESENT_HEX
, {
795 /* if CPUID.0AH: EAX[7:0] > 1*/
796 {0x38d, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FIXED_CTR_CTRL",
797 "Fixed-Function-Counter Control Register", {
798 /* Also known as MSR_PERF_FIXED_CTR_CTRL.
799 * Counter increments while the results of ANDing respective enable bit
800 * in IA32_PERF_GLOBAL_CTRL with the corresponding OS or USR bits
801 * in this MSR is true. */
802 { 63, 52, RESERVED
},
803 { 11, 1, "EN2_PMI", "R/W", PRESENT_BIN
, {
804 { MSR1(0), "Nothing" },
805 { MSR1(1), "PMI when fixed counter 2 overflows is enabled" },
808 /* if CPUID.0AH EAX[7:0] > 2 */
809 { 10, 1, "AnyThread 2", "R/W", PRESENT_BIN
, {
810 { MSR1(0), "Counter only increments the associated event "
811 "conditions occurring in the logical processor "
812 "which programmed the MSR" },
813 { MSR1(1), "Counting the associated event conditions "
814 "occurring across all logical processors sharing "
815 "a processor core" },
818 { 9, 1, "EN2_Usr", "R/W", PRESENT_BIN
, {
819 { MSR1(0), "Nothing" },
820 { MSR1(1), "Fixed counter 2 is enabled to count while CPL > 0" },
823 { 8, 1, "EN2_OS", "R/W", PRESENT_BIN
, {
824 { MSR1(0), "Nothing" },
825 { MSR1(1), "Fixed counter 2 is enabled to count while CPL = 0" },
828 { 7, 1, "EN1_PMI", "R/W", PRESENT_BIN
, {
829 { MSR1(0), "Nothing" },
830 { MSR1(1), "PMI when fixed counter 1 overflows is enabled" },
833 /* if CPUID.0AH: EAX[7:0] > 2 */
834 { 6, 1, "AnyThread 1", "R/W", PRESENT_BIN
, {
835 { MSR1(0), "Counter only increments the associated event "
836 "conditions occurring in the logical processor "
837 "which programmed the MSR" },
838 { MSR1(1), "Counting the associated event conditions "
839 "occurring across all logical processors sharing "
840 "a processor core" },
843 { 5, 1, "EN1_Usr", "R/W", PRESENT_BIN
, {
844 { MSR1(0), "Nothing" },
845 { MSR1(1), "Fixed counter 1 is enabled to count while CPL > 0" },
848 { 4, 1, "EN1_OS", "R/W", PRESENT_BIN
, {
849 { MSR1(0), "Nothing" },
850 { MSR1(1), "Fixed counter 1 is enabled to count while CPL = 0" },
853 { 3, 1, "EN0_PMI", "R/W", PRESENT_BIN
, {
854 { MSR1(0), "Nothing" },
855 { MSR1(1), "PMI when fixed counter 0 overflows is enabled" },
858 /* if CPUID.0AH: EAX[7:0] > 2 */
859 { 2, 1, "AnyThread 0", "R/W", PRESENT_BIN
, {
860 { MSR1(0), "Counter only increments the associated event "
861 "conditions occurring in the logical processor "
862 "which programmed the MSR" },
863 { MSR1(1), "Counting the associated event conditions "
864 "occurring across all logical processors sharing "
865 "a processor core" },
868 { 1, 1, "EN0_Usr", "R/W", PRESENT_BIN
, {
869 { MSR1(0), "Nothing" },
870 { MSR1(1), "Fixed counter 0 is enabled to count while CPL > 0" },
873 { 0, 1, "EN0_OS", "R/W", PRESENT_BIN
, {
874 { MSR1(0), "Nothing" },
875 { MSR1(1), "Fixed counter 0 is enabled to count while CPL = 0" },
880 /* if CPUID.0AH: EAX[7:0] > 0 */
881 {0x38e, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_PERF_GLOBAL_STATUS",
882 "Global Performance Counter Status", {
883 /* Also known as MSR_PERF_GLOBAL_STATUS */
884 /* if CPUID.0AH: EAX[7:0] > 0 */
885 { 63, 1, "CondChg: Status bits of this register has changed",
886 "R/O", PRESENT_BIN
, {
889 /* if CPUID.0AH: EAX[7:0] > 0 */
890 { 62, 1, "OvfBuf: DS SAVE area Buffer overflow status",
891 "R/O", PRESENT_BIN
, {
894 /* if CPUID.0AH: EAX[7:0] > 2 */
895 { 61, 1, "Ovf_Uncore: Uncore counter overflow status",
896 "R/O", PRESENT_BIN
, {
899 { 60, 26, RESERVED
},
900 /* if CPUID.0AH: EAX[7:0] > 1 */
901 { 34, 1, "Ovf_FixedCtr2: Overflow status of IA32_FIXED_CTR2",
902 "R/O", PRESENT_BIN
, {
905 /* if CPUID.0AH: EAX[7:0] > 1 */
906 { 33, 1, "Ovf_FixedCtr1: Overflow status of IA32_FIXED_CTR1",
907 "R/O", PRESENT_BIN
, {
910 /* if CPUID.0AH: EAX[7:0] > 1 */
911 { 32, 1, "Ovf_FixedCtr0: Overflow status of IA32_FIXED_CTR0",
912 "R/O", PRESENT_BIN
, {
915 { 31, 28, RESERVED
},
916 /* presented only in 06_2EH Nehalem model */
917 { 3, 1, "Ovf_PMC3: Overflow status of IA32_PMC3", "R/O", PRESENT_BIN
, {
920 /* presented only in 06_2EH Nehalem model */
921 { 2, 1, "Ovf_PMC2: Overflow status of IA32_PMC2", "R/O", PRESENT_BIN
, {
924 /* if CPUID.0AH: EAX[7:0] > 0 */
925 { 1, 1, "Ovf_PMC1: Overflow status of IA32_PMC1", "R/O", PRESENT_BIN
, {
928 /* if CPUID.0AH: EAX[7:0] > 0 */
929 { 0, 1, "Ovf_PMC0: Overflow status of IA32_PMC0", "R/O", PRESENT_BIN
, {
934 /* if CPUID.0AH: EAX[7:0] > 0 */
935 {0x38f, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERF_GLOBAL_CTL",
936 "Global Performance Counter Control", {
937 /* Counter increments while the result of ANDing respective
938 * enable bit in this MSR with corresponding OS or USR bits
939 * in general-purpose or fixed counter control MSR is true.
941 { 63, 29, RESERVED
},
942 /* if CPUID.0AH: EAX[7:0] > 1 */
943 { 34, 1, "EN_FIXED_CTR2", "R/W", PRESENT_BIN
, {
946 /* if CPUID.0AH: EAX[7:0] > 1 */
947 { 33, 1, "EN_FIXED_CTR1", "R/W", PRESENT_BIN
, {
950 /* if CPUID.0AH: EAX[7:0] > 1 */
951 { 32, 1, "EN_FIXED_CTR0", "R/W", PRESENT_BIN
, {
954 { 31, 30, RESERVED
},
955 /* if CPUID.0AH: EAX[7:0] > 0 */
956 { 1, 1, "EN_PMC1", "R/W", PRESENT_BIN
, {
959 /* if CPUID.0AH: EAX[7:0] > 0 */
960 { 0, 1, "EN_PMC0", "R/W", PRESENT_BIN
, {
965 /* if CPUID.0AH: EAX[7:0] > 0 */
966 {0x390, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PERF_GLOBAL_OVF_CTL",
967 "Global Performance Counter Overflow Control", {
968 /* if CPUID.0AH: EAX[7:0] > 0 */
969 { 63, 1, "Clear CondChg bit", "R/W", PRESENT_BIN
, {
972 /* if CPUID.0AH: EAX[7:0] > 0 */
973 { 62, 1, "Clear OvfBuf bit", "R/W", PRESENT_BIN
, {
976 /* Presented only in 06_2EH Nehalem model */
977 { 61, 1, "Clear Ovf_Uncore bit", "R/W", PRESENT_BIN
, {
980 { 60, 26, RESERVED
},
981 /* if CPUID.0AH: EAX[7:0] > 1 */
982 { 34, 1, "Clear Ovf_FIXED_CTR2 bit", "R/W", PRESENT_BIN
, {
985 /* if CPUID.0AH: EAX[7:0] > 1 */
986 { 33, 1, "Clear Ovf_FIXED_CTR1 bit", "R/W", PRESENT_BIN
, {
989 /* if CPUID.0AH: EAX[7:0] > 1 */
990 { 32, 1, "Clear Ovf_FIXED_CTR0 bit", "R/W", PRESENT_BIN
, {
993 { 31, 30, RESERVED
},
994 /* if CPUID.0AH: EAX[7:0] > 0 */
995 { 1, 1, "Clear Ovf_PMC1 bit", "R/W", PRESENT_BIN
, {
998 /* if CPUID.0AH: EAX[7:0] > 0 */
999 { 0, 1, "Clear Ovf_PMC0 bit", "R/W", PRESENT_BIN
, {
1004 /* See Section 18.6.1.1 of Intel 64 and IA-32 Architectures
1005 * Software Developer's Manual, Volume 3,
1006 * "Precise Event Based Sampling (PEBS)".
1008 {0x3f1, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_PEBS_ENABLE", "PEBS Control", {
1009 { 63, 28, RESERVED
},
1010 { 35, 1, "Load Latency on IA32_PMC3", "R/W", PRESENT_BIN
, {
1011 { MSR1(0), "Disabled" },
1012 { MSR1(1), "Enabled" },
1015 { 34, 1, "Load Latency on IA32_PMC2", "R/W", PRESENT_BIN
, {
1016 { MSR1(0), "Disabled" },
1017 { MSR1(1), "Enabled" },
1020 { 33, 1, "Load Latency on IA32_PMC1", "R/W", PRESENT_BIN
, {
1021 { MSR1(0), "Disabled" },
1022 { MSR1(1), "Enabled" },
1025 { 32, 1, "Load Latency on IA32_PMC0", "R/W", PRESENT_BIN
, {
1026 { MSR1(0), "Disabled" },
1027 { MSR1(1), "Enabled" },
1030 { 31, 28, RESERVED
},
1031 { 3, 1, "PEBS on IA32_PMC3", "R/W", PRESENT_BIN
, {
1032 { MSR1(0), "Disabled" },
1033 { MSR1(1), "Enabled" },
1036 { 2, 1, "PEBS on IA32_PMC2", "R/W", PRESENT_BIN
, {
1037 { MSR1(0), "Disabled" },
1038 { MSR1(1), "Enabled" },
1041 { 1, 1, "PEBS on IA32_PMC1", "R/W", PRESENT_BIN
, {
1042 { MSR1(0), "Disabled" },
1043 { MSR1(1), "Enabled" },
1046 { 0, 1, "PEBS on IA32_PMC0", "R/W", PRESENT_BIN
, {
1047 { MSR1(0), "Disabled" },
1048 { MSR1(1), "Enabled" },
1053 {0x400, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC0_CTL", "", {
1056 {0x401, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC0_STATUS", "", {
1059 {0x402, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC0_ADDR", "", {
1062 {0x403, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC0_MISC", "", {
1065 {0x404, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC1_CTL", "", {
1068 {0x405, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC1_STATUS", "", {
1071 {0x406, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC1_ADDR", "", {
1074 {0x407, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC1_MISC", "", {
1077 {0x408, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC2_CTL", "", {
1080 {0x409, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC2_STATUS", "", {
1083 {0x40a, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC2_ADDR", "", {
1086 {0x40b, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC2_MISC", "", {
1089 {0x40c, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC3_CTL", "", {
1092 {0x40d, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC3_STATUS", "", {
1095 {0x40e, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC3_ADDR", "", {
1098 {0x40f, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC3_MISC", "", {
1101 {0x410, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC4_CTL", "", {
1104 {0x411, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC4_STATUS", "", {
1107 {0x412, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC4_ADDR", "", {
1110 {0x413, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC4_MISC", "", {
1113 {0x414, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC5_CTL", "", {
1116 {0x415, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC5_STATUS", "", {
1119 {0x416, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC5_ADDR", "", {
1122 {0x417, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC5_MISC", "", {
1125 {0x418, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC6_CTL", "", {
1128 {0x419, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_MC6_STATUS", "", {
1131 {0x480, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_BASIC",
1132 "Reporting Register of Basic VMX Capabilities", {
1133 /* Additional info available at
1134 * Appendix A.1, "Basic VMX Information" */
1135 { 63, 10, RESERVED
},
1136 { 53, 4, "Memory type for VMREAD and VMWRITE", "R/O", PRESENT_HEX
, {
1139 { 49, 1, "Support of dual-treatment of system-management functions",
1140 "R/O", PRESENT_BIN
, {
1143 { 48, 1, "Enable full linear address access", "R/O", PRESENT_BIN
, {
1146 { 47, 3, RESERVED
},
1147 { 44, 13, "VMXON region allocation size", "R/O", PRESENT_DEC
, {
1150 { 31, 32, "VMCS Revision Identifier", "R/O", PRESENT_HEX
, {
1155 {0x481, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_PINBASED_CTLS",
1156 "Capability Reporting Register of "
1157 "Pin-based VM-execution Controls", {
1158 /* Additional info available at Appendix A.3,
1159 * "VM-Execution Controls" */
1162 {0x482, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_PROCBASED_CTLS",
1163 "Capability Reporting Register of "
1164 "Primary Processor-based VM-execution Controls", {
1165 /* Additional info available at Appendix A.3,
1166 * "VM-Execution Controls" */
1169 {0x483, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_EXIT_CTLS",
1170 "Capability Reporting Register of VM-exit Controls", {
1171 /* Additional info available at Appendix A.4,
1172 * "VM-Exit Controls" */
1175 {0x484, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_ENTRY_CTLS",
1176 "Capability Reporting Register of VM-entry Controls", {
1177 /* Additional info available at Appendix A.5,
1178 * "VM-Entry Controls" */
1181 {0x485, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_MISC",
1182 "Reporting Register of Miscellaneous VMX Capabilities", {
1183 /* Additional info available at Appendix A.6,
1184 * "Miscellaneous Data" */
1187 {0x486, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_CR0_FIXED0",
1188 "Capability Reporting Register of CR0 Bits Fixed to 0", {
1189 /* Additional info available at Appendix A.7,
1190 * "VMX-Fixed Bits in CR0" */
1193 {0x487, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_CR0_FIXED1",
1194 "Capability Reporting Register of CR0 Bits Fixed to 1", {
1195 /* Additional info available at Appendix A.7,
1196 * "VMX-Fixed Bits in CR0" */
1199 {0x488, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_CR4_FIXED0",
1200 "Capability Reporting Register of CR4 Bits Fixed to 0", {
1201 /* Additional info available at Appendix A.8,
1202 * "VMX-Fixed Bits in CR4" */
1205 {0x489, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_CR4_FIXED1",
1206 "Capability Reporting Register of CR4 Bits Fixed to 1", {
1207 /* Additional info available at Appendix A.8,
1208 * "VMX-Fixed Bits in CR4" */
1211 {0x48a, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_VMCS_ENUM",
1212 "Capability Reporting Register of VMCS Field Enumeration", {
1213 /* Additional info available at Appendix A.9,
1214 * "VMCS Enumeration" */
1217 {0x48b, MSRTYPE_RDONLY
, MSR2(0, 0), "IA32_VMX_PROCBASED_CTLS2",
1218 "Capability Reporting Register of Secondary "
1219 "Processor-based VM-execution Controls", {
1220 /* Additional info available at Appendix A.3,
1221 * "VM-Execution Controls" */
1224 {0x600, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_DS_AREA", "DS Save Area", {
1225 /* Additional info available at Section 18.10.4 of Intel 64
1226 * and IA-32 Architectures Software Developer's Manual,
1227 * "Debug Store (DS) Mechanism".
1229 { 63, 32, RESERVED
}, // reserved if not in IA-32e mode
1230 { 31, 32, "Linear address of DS buffer management area",
1231 "R/W", PRESENT_HEX
, {
1236 {0x107cc, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL0", "", {
1239 {0x107cd, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL1", "", {
1242 {0x107ce, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL2", "", {
1245 {0x107cf, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL3", "", {
1248 {0x107d0, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL4", "", {
1251 {0x107d1, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL5", "", {
1254 {0x107d2, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL6", "", {
1257 {0x107d3, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_CTR_CTL7", "", {
1260 {0x107d8, MSRTYPE_RDWR
, MSR2(0, 0), "MSR_EMON_L3_GL_CTL", "", {
1263 {0xc0000080, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_EFER", "", {
1266 {0xc0000081, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_STAR", "", {
1269 {0xc0000082, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_LSTAR", "", {
1272 {0xc0000084, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FMASK", "", {
1275 {0xc0000100, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_FS_BASE", "", {
1278 {0xc0000101, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_GS_BASE", "", {
1281 {0xc0000102, MSRTYPE_RDWR
, MSR2(0, 0), "IA32_KERNEL_GS_BASE", "", {