tlb_shutdown

Function tlb_shutdown 

Source
pub fn tlb_shutdown()
Expand description

Shutdown the TLB.

This method issues an assembly instruction to invalidate all TLB entries of the current CPU. The invalidation ensures that any cached translations are cleared and that the system will use the updated page table entries for subsequent address lookups.