Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ masked
Method
masked
pci/src/msix.rs:52–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
50
51
impl MsixTableEntry {
52
pub fn masked(&self) -> bool {
53
self.vector_ctl & 0x1 == 0x1
54
}
55
}
56
57
impl Default for MsixTableEntry {
Callers
4
new
Method · 0.80
set_msg_ctl
Method · 0.80
write_table
Method · 0.80
trigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected