(&mut self)
| 267 | pub fn peek_csrs(&self) -> CsrSnapshot { |
| 268 | self.cpu.peek_csrs() |
| 269 | } |
| 270 | |
| 271 | /// Debug translation: read-only Sv39 walk in the current CPU context, |
| 272 | /// skipping permission checks and A/D updates. M-mode and Bare are identity. |
| 273 | pub fn debug_translate(&self, vaddr: u64) -> Option<u64> { |
| 274 | let csrs = self.cpu.peek_csrs(); |