MCPcopy Create free account
hub / github.com/Infinity-OS/infinity / flush_all

Method flush_all

src/memory/paging/mod.rs:164–168  ·  view source on GitHub ↗

Flush all the TLB table

(&mut self)

Source from the content-addressed store, hash-verified

162
163 /// Flush all the TLB table
164 pub fn flush_all(&mut self) {
165 use x86_64::instructions::tlb;
166
167 unsafe { tlb::flush_all(); }
168 }
169}
170
171pub struct InactivePageTable {

Callers 1

withMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected