Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Infinity-OS/infinity
/ p4_mut
Method
p4_mut
src/memory/paging/mapper.rs:20–22 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
18
}
19
20
pub fn p4_mut(&mut self) -> &mut Table<Level4> {
21
unsafe { self.p4.get_mut() }
22
}
23
24
/// Translates a virtual to the corresponding physical address.
25
/// Returns `None` if the address is not mapped.
Callers
3
with
Method · 0.80
map_to
Method · 0.80
unmap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected