Enum x86_64::instructions::tlb::InvPicdCommand[][src]

pub enum InvPicdCommand {
    Address(VirtAddrPcid),
    Single(Pcid),
    All,
    AllExceptGlobal,
}
Expand description

The Invalidate PCID Command to execute.

Variants

Address(VirtAddrPcid)

The logical processor invalidates mappings—except global translations—for the linear address and PCID specified.

Tuple Fields of Address

0: VirtAddr1: Pcid
Single(Pcid)

The logical processor invalidates all mappings—except global translations—associated with the PCID.

Tuple Fields of Single

0: Pcid
All

The logical processor invalidates all mappings—including global translations—associated with any PCID.

AllExceptGlobal

The logical processor invalidates all mappings—except global translations—associated with any PCID.

Trait Implementations

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

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.