Chinaunix首页 | 论坛 | 博客
  • 博客访问: 725417
  • 博文数量: 39
  • 博客积分: 10290
  • 博客等级: 上将
  • 技术积分: 1500
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-16 15:05
文章分类
文章存档

2011年(15)

2010年(2)

2009年(8)

2008年(14)

我的朋友

分类: LINUX

2011-09-06 14:15:18

where I took the bits I couldn’t get from the nice cpuid tool), so this post lists common flags for x86-type cpu features.

flagmeaning
3DNOWA multimedia extension created by AMD for its processors, based on / almost equivalent to Intel’s MMX extensions
3DNOWEXT3DNOW Extended. Also known as AMD’s 3DNow!Enhanced 3DNow!Extensions
APICAdvanced Programmable Interrupt Controller
CLFSH/CLFlushCache Line Flush
CMOVConditional Move/Compare Instruction
CMP_LegacyRegister showing the CPU is not Hyper-Threading capable
Constant_TSCon Intel P-4s, the TSC runs with constant frequency independent of cpu frequency when EST is used
CR8Legacy-unknown-
CX8CMPXCHG8B Instruction. (Compare and exchange 8 bytes. Also known as F00F, which is an abbreviation of the hexadecimal encoding of an instruction that exhibits a design flaw in the majority of older Intel Pentium CPU).
CX16CMPXCHG16B Instruction. (CMPXCHG16B allows for atomic operations on 128-bit double quadword (or oword) data types. This is useful for high resolution counters that could be updated by multiple processors (or cores). Without CMPXCHG16B the only way to perform such an operation is by using a critical section.)
DEDebugging Extensions
DSDebug Store
DS_CPLCPL qualified Debug Store (whatever CPL might mean in this context)
DTSCould mean Debug Trace Store or Digital Thermal Sensor, depending on source
EIST/ESTEnhanced Intel SpeedsTep
FXSRFXSAVE/FXRSTOR. (The FXSAVE instruction writes the current state of the x87 FPU, MMX technology, Streaming SIMD Extensions, and Streaming SIMD Extensions 2 data, control, and status registers to the destination operand. The destination is a 512-byte memory location. FXRSTOR will restore the state saves).
FXSR_OPT-unknown-
HTHyper-Transport. Note that the same abbreviation might is also used to indicate Hyper Threading (see below)
HTT/HTHyper-Threading. An Intel technology that allows quasi-parallel execution of different instructions on a single core. The single core is seen by applications as if it were two (or potentially more) cores. However, two true CPU cores are almost always faster than a single core with HyperThreading. This flag indicates support in the CPUwhen checking the flags in /proc/cpuinfo on Linux systems. For more info how you can detect active HyperThreading, see the first comment in my blog post about this page at[2]
HVMHardware support for virtual machines (Xen abbreviation for AMD SVM / Intel VMX)
LAHF_LMLoad Flags into AH Register, Long Mode.
LMLong Mode. (64bit Extensions, AMD’s AMD64 or Intel’s EM64T).
MCAMachine Check Architecture
MCEMachine Check Exception
MMXIt is rumoured to stand for MultiMedia eXtension or Multiple Math or Matrix Math eXtension, but officially it is a meaningless acronym trademarked by Intel
MMXEXTMMX Extensions – an enhanced set of instructions compared to MMX
MON/MONITORCPU Monitor
MSRRDMSR and WRMSR Support
MTRRMemory Type Range Register
NXNo eXecute, a flag that can be set on memory pages to disable execution of code in these pages
PAEPhysical Address Extensions. PAE is the added ability of the IA32 processor to address more than 4 GB of physical memory using Intel’s 36bit page addresses instead of the standard 32bit page addresses to access a total of 64GB of RAM. Also supported by many AMD chips
PATPage Attribute Table
PBEPending Break Encoding
PGEPTE Global Bit
PNIPrescott New Instruction. This was the codename for SSE3 before it was released on the Intel Prescott processor (which was later added to the Pentium 4 family name).
PSEPage Size Extensions. (See PSE36)
PSE36Page Size Extensions 36. IA-32 supports two methods to access memory above 4 GB (32 bits), PSE and PAE. PSE is the older and far less used version. For more information, take a look at [1].
SEPSYSENTER and SY***IT
SSSelf-Snoop
SSEStreaming SIMD Extensions. Developed by Intel for its Pentium III but also implemented by AMD processors from Athlon XP onwards
SSE2Streaming SIMD Extensions 2. (An additional 144 SIMDs.) Introduced by Intel Pentium 4, on AMD since Athlon 64
SSE3Streaming SIMD Extensions 3. (An additional 13 instructions) introduced with “Prescott” revision Intel Pentium 4 processors. AMD introduced SSE3 with the Athlon 64 “Venice” revision
SSSE3Supplemental Streaming SIMD Extension 3. (SSSE3 contains 16 new discrete instructions over SSE3.) Introduced on Intel Core 2 Duo processors. No AMD chip supports SSSE3 yet.
SSE4Streaming SIMD Extentions 4. Future Intel SSE revision adding 50 new instructions which will debut on Intel’s upcoming “Nehalem” processor in 2008. Also known as “Nehalem New Instructions (NNI)”
SVMSecure Virtual Machine. (AMD’s virtualization extensions to the 64-bit x86 architecture, equivalent to Intel’s VMX, both also known as HVM in the Xen hypervisor.)
TMThermal Monitor
TM2Thermal Monitor 2
TSCTime Stamp Counter
VMEVirtual-8086 Mode Enhancement
VMXIntel’s equivalent to AMD’s SVM
XTPRTPR register chipset update control messenger. Part of the APIC code
阅读(1664) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~