Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ num_enabled_vectors
Method
num_enabled_vectors
pci/src/msi.rs:92–94 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
90
}
91
92
fn num_enabled_vectors(&self) -> usize {
93
msi_num_enabled_vectors(self.msg_ctl)
94
}
95
96
fn vector_masked(&self, vector: usize) -> bool {
97
if !self.per_vector_mask() {
Callers
3
enable_msi
Method · 0.80
new
Method · 0.80
update
Method · 0.80
Calls
1
msi_num_enabled_vectors
Function · 0.85
Tested by
no test coverage detected