Enum x86_64::instructions::tlb::InvPicdCommand
source · pub enum InvPicdCommand {
Address(VirtAddr, Pcid),
Single(Pcid),
All,
AllExceptGlobal,
}
Expand description
The Invalidate PCID Command to execute.
Variants§
Address(VirtAddr, Pcid)
The logical processor invalidates mappings—except global translations—for the linear address and PCID specified.
Single(Pcid)
The logical processor invalidates all mappings—except global translations—associated with the 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.