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

Method read_config_register

pci/src/configuration.rs:968–970  ·  view source on GitHub ↗
(&self, reg_idx: usize)

Source from the content-addressed store, hash-verified

966 }
967
968 pub fn read_config_register(&self, reg_idx: usize) -> u32 {
969 self.read_reg(reg_idx)
970 }
971
972 fn detect_bar_reprogramming(
973 &mut self,

Callers 1

write_config_registerMethod · 0.45

Calls 1

read_regMethod · 0.45

Tested by

no test coverage detected