Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ peek_csrs
Method
peek_csrs
crates/virtual-machine/src/cpu.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
self.pipeline.peek_all_fregs()
90
}
91
92
pub fn peek_csrs(&self) -> csr::CsrSnapshot {
93
self.pipeline.peek_csrs()
94
}
95
96
pub fn peek_priv_mode(&self) -> PrivilegeMode {
Callers
2
refresh_snapshot
Method · 0.45
compile_and_run_kernel
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected