/src/sys/arch/arm/cortex/ |
gic_v2m.c | 179 gic_v2m_msix_enable(struct gic_v2m_frame *frame, int spi, int msix_vec, 198 const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec; 316 const int msix_vec = table_indexes ? table_indexes[n] : n; local in function:gic_v2m_msix_alloc 317 vectors[msix_vec] = ARM_PCI_INTR_MSIX | 319 __SHIFTIN(msix_vec, ARM_PCI_INTR_MSI_VEC) | 322 gic_v2m_msix_enable(frame, spi, msix_vec, bst, bsh);
|
gicv3_its.c | 530 gicv3_its_msix_enable(struct gicv3_its *its, int lpi, int msix_vec, 544 const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec; 679 const int msix_vec = table_indexes ? table_indexes[n] : n; local in function:gicv3_its_msix_alloc 680 vectors[msix_vec] = ARM_PCI_INTR_MSIX | 682 __SHIFTIN(msix_vec, ARM_PCI_INTR_MSI_VEC) | 685 gicv3_its_msix_enable(its, lpi, msix_vec, bst, bsh);
|
/src/sys/arch/arm/apple/ |
apple_pcie.c | 522 apple_pcie_msi_msix_enable(struct apple_pcie_softc *sc, int msi, int msix_vec, 541 const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec; 666 const int msix_vec = table_indexes ? table_indexes[n] : n; local in function:apple_pcie_msi_msix_alloc 667 vectors[msix_vec] = ARM_PCI_INTR_MSIX | 669 __SHIFTIN(msix_vec, ARM_PCI_INTR_MSI_VEC) | 672 apple_pcie_msi_msix_enable(sc, msino, msix_vec, bst, bsh);
|