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

Method p4_index

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

Source from the content-addressed store, hash-verified

36 }
37
38 fn p4_index(&self) -> usize {
39 (self.number >> 27) & 0o777
40 }
41 fn p3_index(&self) -> usize {
42 (self.number >> 18) & 0o777
43 }

Callers 3

translate_pageMethod · 0.80
map_toMethod · 0.80
unmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected