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

Method p3_index

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

Source from the content-addressed store, hash-verified

39 (self.number >> 27) & 0o777
40 }
41 fn p3_index(&self) -> usize {
42 (self.number >> 18) & 0o777
43 }
44 fn p2_index(&self) -> usize {
45 (self.number >> 9) & 0o777
46 }

Callers 3

translate_pageMethod · 0.80
map_toMethod · 0.80
unmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected