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

Method msix_table_accessed

pci/src/vfio.rs:238–244  ·  view source on GitHub ↗
(&self, bar_index: u32, offset: u64)

Source from the content-addressed store, hash-verified

236 }
237
238 fn msix_table_accessed(&self, bar_index: u32, offset: u64) -> bool {
239 if let Some(msix) = &self.msix {
240 return msix.table_accessed(bar_index, offset);
241 }
242
243 false
244 }
245
246 fn msix_write_table(&mut self, offset: u64, data: &[u8]) {
247 if let Some(msix) = &mut self.msix {

Callers 2

read_barMethod · 0.80
write_barMethod · 0.80

Calls 1

table_accessedMethod · 0.80

Tested by

no test coverage detected