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

Method table_bir

pci/src/msix.rs:608–610  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

606 }
607
608 pub fn table_bir(&self) -> u32 {
609 self.table & 0x7
610 }
611
612 pub fn pba_bir(&self) -> u32 {
613 self.pba & 0x7

Callers 4

table_accessedMethod · 0.80
fixup_msix_regionMethod · 0.80
generate_sparse_areasMethod · 0.80
map_mmio_regionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected