logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wrmsr - tool for writing CPU machine specific registers (MSR)

Author

wrmsr was written by Transmeta Corporation

       This  man  page  was  contributed by Andres Salomon <dilinger@debian.org> for the Debian GNU/Linux system
       (but may be used by others).

                                                    Mar 2008                                            wrmsr(1)

Description

wrmsr is a tool used for writing values to a CPU's machine specific registers (MSR).
       Note:  if you're running a Debian kernel, be sure that the msr.ko kernel module is loaded. 'modprobe msr'
       should do the trick. Otherwise, you'll get an  error  about  wrmsr  not  being  able  to  open  files  in
       /dev/cpu/...

Name

       wrmsr - tool for writing CPU machine specific registers (MSR)

Options

--help,-h
              Print a list of available options

       --version,-V
              Print current version

       --all,-a
              All processors

       --processor<#>,-p
              Select processor number (default: 0)

       SEEALSOrdmsr(1)

Synopsis

wrmsr[options]regnovalue

See Also