Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ pba_range
Method
pba_range
pci/src/msix.rs:626–630 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
624
}
625
626
pub fn pba_range(&self) -> (u64, u64) {
627
// The table takes 1 bit per entry modulo 8 bytes.
628
let size = ((self.table_size() as u64 / 64) + 1) * 8;
629
(self.pba_offset() as u64, size)
630
}
631
}
Callers
2
fixup_msix_region
Method · 0.80
generate_sparse_areas
Method · 0.80
Calls
2
table_size
Method · 0.80
pba_offset
Method · 0.80
Tested by
no test coverage detected