Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ debug_translate
Method
debug_translate
crates/virtual-machine/src/cpu.rs:95–97 ·
view source on GitHub ↗
(&self, vaddr: u64)
Source
from the content-addressed store, hash-verified
93
self.pipeline.peek_csrs()
94
}
95
96
pub fn peek_priv_mode(&self) -> PrivilegeMode {
97
self.pipeline.peek_priv_mode()
98
}
99
100
pub fn predictor_stats(&self) -> &predictor::PredictorStats {
Callers
1
render_disasm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected