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

Method p2_index

src/memory/paging/mod.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 (self.number >> 18) & 0o777
43 }
44 fn p2_index(&self) -> usize {
45 (self.number >> 9) & 0o777
46 }
47 fn p1_index(&self) -> usize {
48 (self.number >> 0) & 0o777
49 }

Callers 3

translate_pageMethod · 0.80
map_toMethod · 0.80
unmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected