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

Method pba_offset

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

Source from the content-addressed store, hash-verified

592 }
593
594 pub fn pba_offset(&self) -> u32 {
595 self.pba & 0xffff_fff8
596 }
597
598 pub fn table_set_offset(&mut self, addr: u32) {
599 self.table &= 0x7;

Callers 1

pba_rangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected