La commande cpu cpuid exécute le registre EAX donné par l'instruction CPU Identification (CPUID) x86 et le registre ECX facultatif. EAX et ECX sont des registres d'exécution x86 à usage général. Reportez-vous au Intel 64 and IA-32 Architectures Software Developer's Manual ou au manuel relatif au langage assembleur x86 pour plus d'informations sur l'utilisation des instructions CPU Identification.
Sans EAX, cette commande affiche la chaîne Brand intégrée dans l'EAX CPUID de 80000002h-80000005h.
udiag cpu cpuid <EAX> [<ECX>]
udiag cpu cpuid
|
ONE_AP_OR_BSP; ONE_INSTANCE_ONLY
Pour afficher la chaîne Brand, tapez :
fs0:/> udiag cpu cpuid
Pour exécuter CPUID avec EAX=4 et ECX=2 (informations de cache de niveau 2), tapez :
fs0:> udiag cpu cpuid 4 2