Bit |
Feature |
Description |
0 |
FPU - Floating-Point Unit on Chip |
Processor contains an FPU and executes the Intel 387 instruction set. |
1 |
VME - Virtual-8086 Mode Enhancements |
Processor supports the following virtual-8086 mode enhancements:
- CR4.VME bit enables virtual-8086 mode extensions.
- CR4.PVI bit enables protected-mode virtual interrupts.
- Expansion of the TSS with the software indirection bitmap.
- EFLAGS.VIF bit (virtual interrupt flag).
- EFLAGS.VIP bit (virtual interrupt pending flag).
|
2 |
DE - Debugging Extensions |
Processor supports I/O breakpoints, including the CR4.DE bit
for enabling debug extensions and optional trapping of access to the DR4 and DR5 registers. |
3 |
PSE - Page Size Extensions |
Processor supports 4-Mbyte pages, including the CR4.PSE bit
for enabling page size extensions, the modified bit in page directory entries (PDEs), page directory entries, and page table entries
(PTEs). |
4 |
TSC—Time Stamp Counter |
Processor supports the RDTSC (read time stamp counter) instruction, including the
CR4.TSD bit that, along with the CPL, controls whether the time stamp counter can be read. |
5 |
MSR - Model Specific Registers |
Processor supports the RDMSR (read model-specific register)
and WRMSR (write model-specific register) instructions. |
6 |
PAE - Physical Address Extension |
Processor supports physical addresses greater than 32 bits, the
extended page-table-entry format, an extra level in the page translation tables, and 2-MByte pages. The CR4.PAE bit enables this feature. The number of address bits is implementation specific.
The Pentium ® Pro processor supports 36 bits of addressing when the PAE bit is set. |
7 |
MCE—Machine Check Exception |
Processor supports the CR4.MCE bit, enabling machine check exceptions. However, this
feature does not define the model-specific implementations of machine-check error logging, reporting, or processor shutdowns. Machine-check exception handlers might have to check the processor version to do model-specific processing of the exception or check for the presence of the
standard machine-check feature |
8 |
CX8—CMPXCHG8B Instruction |
Processor supports the CMPXCHG8B (compare and exchange 8 bytes) instruction. |
9 |
APIC |
Processor contains an on-chip Advanced Programmable Interrupt Controller
(APIC) and it has been enabled and is available for use. |
10 |
Reserved |
|
11 |
Reserved |
|
12 |
MTRR - Memory Type Range Registers |
Processor supports machine-specific memory-type range registers
(MTRRs). The MTRRs contains bit fields that indicate the processor's MTRR capabilities, including which memory types the processor supports, the number of variable MTRRs the processor supports, and whether the processor supports fixed
MTRRs. |
13 |
PGE - PTE Global Flag |
Processor supports the CR4.PGE flag enabling the global bit in both PTDEs and PTEs. These bits are used to indicate translation lookaside buffer (TLB) entries that are common to different tasks and need not be flushed when control register CR3 is written. |
14 |
MCA—Machine Check Architecture |
Processor supports the MCG_CAP (machine check global capability)
MSR. The MCG_CAP register indicates how many banks of error reporting MSRs the processor supports. |
15 |
CMOV—Conditional Move and Compare Instructions |
Processor supports the CMOV cc instruction and, if the FPU feature
flag (bit 0) is also set, supports the FCMOV cc and FCOMI instructions. |
16 |
Reserved |
|
17 |
Reserved |
|
18 |
Reserved |
|
19 |
Reserved |
|
20 |
Reserved |
|
21 |
Reserved |
|
22 |
Reserved |
|
23 |
MMX™ Technology |
Processor supports the MMX instruction set. These instructions
operate in parallel on multiple data elements (8 bytes, 4 words, or 2 doublewords) packed into quadword registers or memory locations. |
24 |
Reserved |
|
25 |
Reserved |
|
26 |
Reserved |
|
27 |
Reserved |
|
28 |
Reserved |
|
29 |
Reserved |
|
30 |
Reserved |
|
31 |
Reserved |
|
When the input value is 2, the processor returns information about the processor's internal caches and TLBs in the EAX, EBX, ECX, and EDX registers. The encoding of these registers is as follows:
Descriptor Value |
Cache or TLB Description |
00H |
Null descriptor |
01H |
Instruction TLB: 4K-Byte Pages, 4-way set associative, 32 entries |
02H |
Instruction TLB: 4M-Byte Pages, 4-way set associative, 4 entries |
03H |
Data TLB: 4K-Byte Pages, 4-way set associative, 64 entries |
04H |
Data TLB: 4M-Byte Pages, 4-way set associative, 8 entries |
06H |
Instruction cache: 8K Bytes, 4-way set associative, 32 byte line size |
08H |
Instruction cache: 16K Bytes, 4-way set associative, 32 byte line size |
0AH |
Data cache: 8K Bytes, 2-way set associative, 32 byte line size |
0CH |
Data cache: 16K Bytes, 2-way set associative, 32 byte line size |
41H |
Unified cache: 128K Bytes, 4-way set associative, 32 byte line size |
42H |
Unified cache: 256K Bytes, 4-way set associative, 32 byte line size |
43H |
Unified cache: 512K Bytes, 4-way set associative, 32 byte line size |
44H |
Unified cache: 1M Byte, 4-way set associative, 32 byte line size |