Expand description

Functions to flush the translation lookaside buffer (TLB).

Structs

Structure of a PCID. A PCID has to be <= 4096 for x86_64.

Enums

The Invalidate PCID Command to execute.

Functions

Invalidate the given address in the TLB using the invlpg instruction.

Invalidate the TLB completely by reloading the CR3 register.

Invalidate the given address in the TLB using the invpcid instruction.