[][src]Module x86_64::instructions::tlb

Functions to flush the translation lookaside buffer (TLB).

Functions

flush

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

flush_all

Invalidate the TLB completely by reloading the CR3 register.