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

Method read_config_register

devices/src/pvpanic.rs:171–173  ·  view source on GitHub ↗
(&mut self, reg_idx: usize)

Source from the content-addressed store, hash-verified

169 }
170
171 fn read_config_register(&mut self, reg_idx: usize) -> u32 {
172 self.configuration.read_reg(reg_idx)
173 }
174
175 fn allocate_bars(
176 &mut self,

Callers

nothing calls this directly

Calls 1

read_regMethod · 0.45

Tested by

no test coverage detected