RDMSR读模式定义寄存器。对于RDMSR指令,将会返回相应的MSR 中64bit 信息到(EDX:EAX)寄存器中WRMSR写模式定义寄存器。对于WRMSR指令,把要写入的信息存入(EDX:EAX)中,执行写指令后,即可将相应的信息存入ECX指定的MSR 中。 Model Specific Register (MSR) as the name implies is model specific and may change from ...