[PATCH 0/3] arm64:msr: Add MSR driver

Rongwei Wang rongwei.wang at linux.alibaba.com
Tue Dec 1 10:17:39 EST 2020



> 2020年12月1日 下午10:54,Borislav Petkov <bp at alien8.de> 写道:
> 
> On Tue, Dec 01, 2020 at 10:33:42PM +0800, wangrongwei wrote:
>> Yes, and x86 also provides two instructions with the same name in the
>> instruction set, but not in ARM.
> 
> Sorry, I can't parse what you're trying to say here.
In the ARM architecture, there are no rdmsr and wrmsr instructions. 
In ARM, the system registers can only be accessed through msr and mrs, so the problem created by MSR driver (depend on rdmsr and wrmsr) in x86 is not necessarily present in ARM, which is very different from x86.
In addition, we want cross-platform compatabilities, and fill these gaps in the ARM.
> 
> -- 
> Regards/Gruss,
>    Boris.
> 
> https://people.kernel.org/tglx/notes-about-netiquette
Regards,
Rongwei Wang.




More information about the linux-arm-kernel mailing list