Function flush_all

Source
pub unsafe fn flush_all()
Expand description

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.