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

Information about how monitor/mwait works on this CPU (LEAF=0x05).

Platforms

🟡 AMD ✅ Intel

Implementations

Smallest monitor-line size in bytes (default is processor’s monitor granularity)

Platforms

✅ AMD ✅ Intel

Largest monitor-line size in bytes (default is processor’s monitor granularity

Platforms

✅ AMD ✅ Intel

Enumeration of Monitor-Mwait extensions (beyond EAX and EBX registers) supported

Platforms

✅ AMD ✅ Intel

Supports treating interrupts as break-event for MWAIT, even when interrupts disabled

Platforms

✅ AMD ✅ Intel

Number of C0 sub C-states supported using MWAIT (Bits 03 - 00)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C1 sub C-states supported using MWAIT (Bits 07 - 04)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C2 sub C-states supported using MWAIT (Bits 11 - 08)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C3 sub C-states supported using MWAIT (Bits 15 - 12)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C4 sub C-states supported using MWAIT (Bits 19 - 16)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C5 sub C-states supported using MWAIT (Bits 23 - 20)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C6 sub C-states supported using MWAIT (Bits 27 - 24)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

Number of C7 sub C-states supported using MWAIT (Bits 31 - 28)

Platforms

❌ AMD (undefined/reserved) ✅ Intel

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.