SourcePoint Intel Help

Table of Contents

num_uncore_devices

Display the number of uncore devices on the target.

Syntax

[result =] num_uncore_devices

Discussion

The num_uncore_devices control variable returns an integer representing the number of uncore devices on the target. Intel processors typically have one uncore per package.

This value will be zero when the target has not yet been configured. This variable is read-only.

Example

Command input:

define ord4 nCount = num_uncore_devices

nCount

Result:

00000003H ย ย ย ย ย ย ย ย ย ย ย ย // 3 uncore devices

Related Topics