Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Slowerzs/PPLSystem
/ get_large_page_offset
Method
get_large_page_offset
src/kdmp/parser.rs:104–106 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
102
}
103
104
pub fn get_large_page_offset(&self) -> u64 {
105
self.addr & 0x1fffff
106
}
107
}
108
109
impl Add for VirtualAddress {
Callers
1
read_virtual_memory_page
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected