Go to main content

Oracle® x86 Server Diagnostics, Applications, and Utilities Guide

Exit Print View

Updated: June 2016
 
 

cpu cpuid

The cpu cpuid command executes the x86 CPU Identification (CPUID) instruction given EAX and optional ECX. EAX and ECX are x86 general purpose execution registers. See the Intel 64 and IA-32 Architectures Software Developer's Manual or any x86 assembly language manual for information on how to use the CPU Identification instruction.

Without EAX, this command displays Brand String embedded in CPUID EAX of 80000002h-80000005h.

Command Syntax

udiag cpu cpuid <EAX> [<ECX>]

udiag cpu cpuid

Options

Options
Descriptions
<EAX>
Specifies the value for EAX before CPUID is executed.
<ECX>
Specifies the optional value for ECX before CPUID is executed.

Resource Requirements

ONE_AP_OR_BSP; ONE_INSTANCE_ONLY

Examples

To display Brand string, type:

fs0:/> udiag cpu cpuid

To execute CPUID with EAX=4 and ECX=2 (level 2 cache information), type:

fs0:> udiag cpu cpuid 4 2