Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ addr_64_bits
Method
addr_64_bits
pci/src/msi.rs:80–82 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
78
79
impl MsiCap {
80
fn addr_64_bits(&self) -> bool {
81
self.msg_ctl & MSI_CTL_64_BITS == MSI_CTL_64_BITS
82
}
83
84
fn per_vector_mask(&self) -> bool {
85
self.msg_ctl & MSI_CTL_PER_VECTOR == MSI_CTL_PER_VECTOR
Callers
2
size
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected