Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ table_size
Method
table_size
pci/src/msix.rs:616–618 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
614
}
615
616
pub fn table_size(&self) -> u16 {
617
(self.msg_ctl & 0x7ff) + 1
618
}
619
620
pub fn table_range(&self) -> (u64, u64) {
621
// The table takes 16 bytes per entry.
Callers
4
table_range
Method · 0.80
pba_range
Method · 0.80
table_accessed
Method · 0.80
initialize_msix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected