FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IOMMU_MAX_MSI
sys/x86/iommu/iommu_utils.c
573
MPASS(idx >= 0 || idx < IOMMU_MAX_MSI);
sys/x86/iommu/iommu_utils.c
638
MPASS(idx >= 0 || idx < IOMMU_MAX_MSI);
sys/x86/iommu/x86_iommu.h
168
struct iommu_msi_data intrs[IOMMU_MAX_MSI];