Home
last modified time | relevance | path

Searched refs:LPI_IPI_BASE (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dgicv5.c68 #define LPI_IPI_BASE 0 macro
69 #define LPI_IPI_LIMIT (LPI_IPI_BASE + (mp_maxid + 1) * INTR_IPI_COUNT)
71 #define LPI_IPI_IDX(lpi) ((lpi) - LPI_IPI_BASE)
75 #define LPI_ITS_BASE (LPI_IPI_BASE + LPI_IPI_LIMIT)
673 sc->gic_ipi_irqs[ipi].gi_isrc.gbi_irq = ipi + LPI_IPI_BASE; in gicv5_attach()