Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_accessed
Method · 0.80
fixup_msix_region
Method · 0.80
generate_sparse_areas
Method · 0.80
map_mmio_regions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected