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

Method pba_bir

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

Source from the content-addressed store, hash-verified

610 }
611
612 pub fn pba_bir(&self) -> u32 {
613 self.pba & 0x7
614 }
615
616 pub fn table_size(&self) -> u16 {
617 (self.msg_ctl & 0x7ff) + 1

Callers 2

generate_sparse_areasMethod · 0.80
map_mmio_regionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected