Model-specific registers

From Gentoo Wiki
Jump to:navigation Jump to:search
This article is a stub. Please help out by expanding it - how to get started.

Model-specific registers are processor registers in the x86 system architecture that can be used for debugging, monitoring, and toggling of features.

Kernel

To enable access to MSRs in the kernel:

KERNEL menuconfig
Processor type and features  --->
    <*> /dev/cpu/*/msr - Model-specific register support

Note that enabling either of the kernel lockdown modes requires disabling access to MSRs.

External resources