x86
0.52.0
Module tlb
Module Items
Functions
In crate x86
x86
Module
tlb
Copy item path
Source
Expand description
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.