MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / write_regs

Method write_regs

vmm/src/vm.rs:3519–3525  ·  view source on GitHub ↗
(
        &self,
        cpu_id: usize,
        regs: &CoreRegs,
    )

Source from the content-addressed store, hash-verified

3517 }
3518
3519 fn write_regs(
3520 &self,
3521 cpu_id: usize,
3522 regs: &CoreRegs,
3523 ) -> std::result::Result<(), DebuggableError> {
3524 self.cpu_manager.lock().unwrap().write_regs(cpu_id, regs)
3525 }
3526
3527 fn read_mem(
3528 &self,

Callers 1

debug_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected