blob: 6591a08a1958b7d272c3948f176f7ab7fa8165f6 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|