Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ table_offset
Method
table_offset
pci/src/msix.rs:590–592 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
588
}
589
590
pub fn table_offset(&self) -> u32 {
591
self.table & 0xffff_fff8
592
}
593
594
pub fn pba_offset(&self) -> u32 {
595
self.pba & 0xffff_fff8
Callers
4
table_range
Method · 0.80
table_accessed
Method · 0.80
msix_write_table
Method · 0.80
msix_read_table
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected