Direct access to devices for interrupt handling
(&mut self)
| 261 | } |
| 262 | |
| 263 | /// Replace RAM with `bytes` and drop every cached line cold (no writeback). |
| 264 | pub fn load_ram_image(&mut self, bytes: &[u8]) { |
| 265 | self.l1_cache.load_image(bytes); |
| 266 | } |
| 267 | |
| 268 | /// Clone the MMIO device state for a snapshot. |
no outgoing calls