欢迎访问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文件第66页浏览型号30036-23的Datasheet PDF文件第67页浏览型号30036-23的Datasheet PDF文件第68页浏览型号30036-23的Datasheet PDF文件第69页浏览型号30036-23的Datasheet PDF文件第71页浏览型号30036-23的Datasheet PDF文件第72页浏览型号30036-23的Datasheet PDF文件第73页浏览型号30036-23的Datasheet PDF文件第74页  
Processor Programming (Continued)  
3.5.3 Descriptors  
Also shown in Table 3-20, the LDTR is only two bytes wide  
as it contains only a SELECTOR field. The contents of the  
SELECTOR field point to a descriptor in the GDT.  
3.5.3.1 Global and Local Descriptor Table Registers  
The GDT and LDT descriptor tables are defined by the  
Global Descriptor Table Register (GDTR) and the Local  
Descriptor Table Register (LDTR) respectively. Some texts  
refer to these registers as GDT and LDT descriptors.  
3.5.3.2 Segment Descriptors  
There are several types of descriptors. A segment  
descriptor defines the base address, limit, and attributes  
of a memory segment.  
The following instructions are used in conjunction with the  
GDT and LDT registers:  
The GDT or LDT can hold several types of descriptors. In  
particular, the segment descriptors are stored in either of  
two registers, the GDT or the LDT. Either of these tables  
can store as many as 8,192 (213) 8-byte selectors taking  
as much as 64 KB of memory.  
LGDT - Load memory to GDTR  
LLDT - Load memory to LDTR  
SGDT - Store GDTR to memory  
SLDT - Store LDTR to memory  
The first descriptor in the GDT (location 0) is not used by  
the CPU and is referred to as the null descriptor.”  
The GDTR is set up in real mode using the LGDT instruc-  
tion. This is possible as the LGDT instruction is one of two  
instructions that directly load a linear address (instead of  
a segment relative address) in protected mode. (The other  
instruction is the Load Interrupt Descriptor Table [LIDT]).  
Types of Segment Descriptors  
The type of memory segments are defined by correspond-  
ing types of segment descriptors:  
As shown in Table 3-20, the GDTR contains a BASE field  
and a LIMIT field that define the GDTs. The Interrupt  
Descriptor Table Register (IDTR) is described in Section  
3.5.3.3 Task, Gate, Interrupt, and Application and System  
Descriptorson page 71.  
Code Segment Descriptors  
Data Segment Descriptors  
Stack Segment Descriptors  
LDT Segment Descriptors  
Table 3-20. GDT, LDT and IDT Registers  
47  
16 15 14 13 12 11 10  
Global Descriptor Table Register  
9
8
7
6
5
4
3
2
1
0
GDT Register  
BASE  
BASE  
LIMIT  
LIMIT  
IDT Register  
Interrupt Descriptor Table Register  
LDT Register  
Local Descriptor Table Register  
SELECTOR  
www.national.com  
70  
Revision 1.1