Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ write_doubleword
Method
write_doubleword
crates/virtual-machine/src/memory/cache.rs:353–355 ·
view source on GitHub ↗
(&mut self, addr: u64, data: u64)
Source
from the content-addressed store, hash-verified
351
352
#[derive(Clone, Debug, Default)]
353
pub struct CacheParamsSnapshot {
354
pub size: usize,
355
pub block_size: usize,
356
pub associativity: usize,
357
pub write_back: bool,
358
pub read_only: bool,
Callers
4
write_n
Method · 0.45
aligned_fast_path_roundtrip
Function · 0.45
line_crossing_unaligned_access
Function · 0.45
write_through_propagates_to_next
Function · 0.45
Calls
1
write_n
Method · 0.80
Tested by
3
aligned_fast_path_roundtrip
Function · 0.36
line_crossing_unaligned_access
Function · 0.36
write_through_propagates_to_next
Function · 0.36