欢迎访问ic37.com |
会员登录 免费注册
发布采购

30036-23 参数 Datasheet PDF下载

30036-23图片预览
型号: 30036-23
PDF下载: 下载PDF文件 查看货源
内容描述: 的Geode ™ GXLV处理器系列的低功耗X86集成解决方案 [Geode⑩ GXLV Processor Series Low Power Integrated x86 Solutions]
分类和应用:
文件页数/大小: 247 页 / 4117 K
品牌: NSC [ National Semiconductor ]
 浏览型号30036-23的Datasheet PDF文件第58页浏览型号30036-23的Datasheet PDF文件第59页浏览型号30036-23的Datasheet PDF文件第60页浏览型号30036-23的Datasheet PDF文件第61页浏览型号30036-23的Datasheet PDF文件第63页浏览型号30036-23的Datasheet PDF文件第64页浏览型号30036-23的Datasheet PDF文件第65页浏览型号30036-23的Datasheet PDF文件第66页  
Processor Programming (Continued)  
3.3.3 Model Specific Register Set  
3.3.4 Time Stamp Counter  
The Model Specific Register (MSR) Set is used to monitor  
the performance of the processor or a specific component  
within the processor.  
The TSC, (MSR[10]), is a 64-bit counter that counts the  
internal CPU clock cycles since the last reset. The TSC  
uses a continuous CPU core clock and will continue to  
count clock cycles unless the processor is in Suspend.  
A MSR can be read using the RDMSR instruction, opcode  
0F32h. During a MSR read, the contents of the particular  
MSR, specified by the ECX register, is loaded into the  
EDX:EAX registers.  
The TSC is read using a RDMSR instruction, opcode  
0F32h, with the ECX register set to 10h. During a TSC  
read, the contents of the TSC is loaded into the EDX:EAX  
registers.  
A MSR can be written using the WRMSR instruction,  
opcode 0F30h. During a MSR write, the contents of  
EDX:EAX are loaded into the MSR specified in the ECX  
register.  
The TSC is written to using a WRMSR instruction, opcode  
0F30h with the ECX register set to 10h. During a TSC  
write, the contents of EDX:EAX are loaded into the TSC.  
The RDMSR and WRMSR instructions are privileged  
instructions.  
The RDMSR and WRMSR instructions are privileged  
instructions.  
The GXLV processor contains one 64-bit model specific  
register (MSR10) the Time Stamp Counter (TSC).  
In addition, the TSC can be read using the RDTSC  
instruction, opcode 0F31h. The RDTSC instruction loads  
the contents of the TSC into EDX:EAX. The use of the  
RDTSC instruction is restricted by the TSC flag (bit 2) in  
the CR4 register (refer to Tables 3-6 and 3-7 on page 48  
for CR4 register information). When the TSC bit = 0, the  
RDTSC instruction can be executed at any privilege level.  
When the TSC bit = 1, the RDTSC instruction can only be  
executed at privilege level 0.  
www.national.com  
62  
Revision 1.1