Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ vm_mmu.rs
File
vm_mmu.rs
crates/virtual-machine/tests/vm_mmu.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! Unit tests for Sv39 MMU implementation
2
3
use virtual_machine::cpu::mmu;
4
use virtual_machine::cpu::registers::PrivilegeMode;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected