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

Method next_table_mut

src/memory/paging/table.rs:49–52  ·  view source on GitHub ↗
(&mut self, index: usize)

Source from the content-addressed store, hash-verified

47 }
48
49 pub fn next_table_mut(&mut self, index: usize) -> Option<&mut Table<L::NextLevel>> {
50 self.next_table_address(index)
51 .map(|address| unsafe { &mut *(address as *mut _) })
52 }
53
54 pub fn next_table_create<A>(&mut self,
55 index: usize,

Callers 2

unmapMethod · 0.80
next_table_createMethod · 0.80

Calls 2

next_table_addressMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected