pub struct ApmInfo { /* private fields */ }
Expand description

Processor Power Management and RAS Capabilities (LEAF=0x8000_0007).

Platforms

✅ AMD 🟡 Intel

Implementations

Is MCA overflow recovery available?

If set, indicates that MCA overflow conditions (MCi_STATUS[Overflow]=1) are not fatal; software may safely ignore such conditions. If clear, MCA overflow conditions require software to shut down the system.

Platforms

✅ AMD ❌ Intel (reserved=false)

Has Software uncorrectable error containment and recovery capability?

The processor supports software containment of uncorrectable errors through context synchronizing data poisoning and deferred error interrupts.

Platforms

✅ AMD ❌ Intel (reserved=false)

Has Hardware assert supported?

Indicates support for MSRC001_10[DF:C0].

Platforms

✅ AMD ❌ Intel (reserved=false)

Specifies the ratio of the compute unit power accumulator sample period to the TSC counter period.

Returns a value of 0 if not applicable for the system.

Platforms

✅ AMD ❌ Intel (reserved=0)

Is Temperature Sensor available?

Platforms

✅ AMD ❌ Intel (reserved=false)

Frequency ID control.

Note

Function replaced by has_hw_pstate.

Platforms

✅ AMD ❌ Intel (reserved=false)

Voltage ID control.

Note

Function replaced by has_hw_pstate.

Platforms

✅ AMD ❌ Intel (reserved=false)

Has THERMTRIP?

Platforms

✅ AMD ❌ Intel (reserved=false)

Hardware thermal control (HTC)?

Platforms

✅ AMD ❌ Intel (reserved=false)

Has 100 MHz multiplier Control?

Platforms

✅ AMD ❌ Intel (reserved=false)

Has Hardware P-state control?

MSRC001_0061 [P-state Current Limit], MSRC001_0062 [P-state Control] and MSRC001_0063 [P-state Status] exist

Platforms

✅ AMD ❌ Intel (reserved=false)

Is Invariant TSC available?

Platforms

✅ AMD ✅ Intel

Has Core performance boost?

Platforms

✅ AMD ❌ Intel (reserved=false)

Has Read-only effective frequency interface?

Indicates presence of MSRC000_00E7 [Read-Only Max Performance Frequency Clock Count (MPerfReadOnly)] and MSRC000_00E8 [Read-Only Actual Performance Frequency Clock Count (APerfReadOnly)].

Platforms

✅ AMD ❌ Intel (reserved=false)

Indicates support for processor feedback interface.

Note

This feature is deprecated.

Platforms

✅ AMD ❌ Intel (reserved=false)

Has Processor power reporting interface?

Platforms

✅ AMD ❌ Intel (reserved=false)

Trait Implementations

Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.