MCPcopy 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
51impl MsixTableEntry {
52 pub fn masked(&self) -> bool {
53 self.vector_ctl & 0x1 == 0x1
54 }
55}
56
57impl Default for MsixTableEntry {

Callers 4

newMethod · 0.80
set_msg_ctlMethod · 0.80
write_tableMethod · 0.80
triggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected