Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ set_boot_entry
Method
set_boot_entry
crates/virtual-machine/src/cpu.rs:55–57 ·
view source on GitHub ↗
(&mut self, entry: u64)
Source
from the content-addressed store, hash-verified
53
self.pipeline.reset_pc(pc);
54
}
55
56
pub fn set_boot_entry(&mut self, entry: u64) {
57
self.pipeline.set_boot_entry(entry);
58
}
59
60
pub fn write_csr_mtvec(&mut self, val: u64) {
Callers
1
new_kernel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected