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

30140-23 参数 Datasheet PDF下载

30140-23图片预览
型号: 30140-23
PDF下载: 下载PDF文件 查看货源
内容描述: 的Geode ™ GXM处理器与MMX支持集成的x86解决方案 [Geode⑩ GXm Processor Integrated x86 Solution with MMX Support]
分类和应用: 微控制器和处理器外围集成电路微处理器
文件页数/大小: 244 页 / 4221 K
品牌: NSC [ National Semiconductor ]
 浏览型号30140-23的Datasheet PDF文件第55页浏览型号30140-23的Datasheet PDF文件第56页浏览型号30140-23的Datasheet PDF文件第57页浏览型号30140-23的Datasheet PDF文件第58页浏览型号30140-23的Datasheet PDF文件第60页浏览型号30140-23的Datasheet PDF文件第61页浏览型号30140-23的Datasheet PDF文件第62页浏览型号30140-23的Datasheet PDF文件第63页  
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 processor contains a model specific register (MSR)  
called the Time Stamp Counter (TSC). 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 even when the processor is in suspend or  
shutdown mode.  
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 0F  
32h, with the ECX register set to 10h. During a TSC read,  
the contents of the TSC is loaded into the EDX:EAX regis-  
ters.  
A MSR can be written using the WRMSR instruction,  
opcode 0F30h. During a MSR write, the contents of  
EX:EAX are loaded into the MSR specified in the ECX  
Register.  
The TSC is written to using a WRMSR instruction, opcode  
0F 30h with the ECX register set to 10h. During a TSC  
write, the contents of EX:EAX are loaded into the TSC.  
The RDMSR and WRMSR instructions are privileged  
instructions.  
The GXm processor contains one 64-bit Model Specific  
Register (MSR10) the Time Stamp Counter (TSC).  
The RDMSR and WRMSR instructions are privileged  
instructions.  
In addition, the TSC can be read using the RDTSC  
instruction, opcode 0F 31h. 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 pages 45  
and 45 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.  
Revision 3.1  
59  
www.national.com  
 复制成功!