Function x86::tlb::flush_all
[−]
[src]
pub unsafe fn flush_all()
Invalidate the TLB completely by reloading the CR3 register.
Safety
This function is unsafe as it causes a general protection fault (GP) if the current privilege level is not 0.