Struct raw_cpuid::MonitorMwaitInfo[][src]

pub struct MonitorMwaitInfo { /* fields omitted */ }

Methods

impl MonitorMwaitInfo
[src]

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Debug for MonitorMwaitInfo
[src]

Formats the value using the given formatter. Read more

impl Default for MonitorMwaitInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations