blob: 79632612ef0b48fe62664567e37510940f4c2c8b (
plain)
1
2
3
4
5
6
7
8
|
MSR Tools project provides utilities to access the processor MSRs and CPU ID
directly.
This project is composed of three different user space console applications.
rdmsr – read MSR from any CPU or all CPUs
wrmsr – write values to MSR on any CPU or all CPUs
cpuid – show identification and feature information of any CPU
|