wrmsr操作不允许例外?

时间:2017-06-05 06:17:53

标签: intel processor msr

我正在研究msr寄存器来操纵处理器频率,以便为我们的HPC Systems研究项目节省电力。我做了以下事情:

[root@test/msr-tools-master]# ./rdmsr 410 -0
0000000000000000

我们希望使用英特尔在Github上提供的msr-tools-master代码进行修改。我们完成了以下工作:

[root@test/msr-tools-master]# ./wrmsr 410 -p 0 0x0000000000000012
wrmsr: pwrite: Operation not permitted

我们的操作系统为:

Centos 7 (x86_64)
Kernel : 3.10.0-514.21.1.el7.x86_64

处理器详细信息:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 78
model name  : Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
stepping    : 3
microcode   : 0x9e
cpu MHz     : 400.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 2
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch ida arat epb pln pts dtherm hwp hwp_noitfy hwp_act_window hwp_epp intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1
bogomips    : 5184.00
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

我们尝试过以下调试但没有运气:

modprobe msr;
setcap CAP_SYS_RAWIO=ep wrmsr 

这些是文件提交:

crw-------. 1 root root 202, 0 Jun  5 09:11 /dev/cpu/0/msr
-rwxr-xr-x. 1 root root 13776 Jun  2 11:16 wrmsr

现在我们被困住了。任何帮助都非常感谢。

感谢。

1 个答案:

答案 0 :(得分:0)

尝试在BIOS中禁用SecureBoot