Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/include/
Dapicvar.h133 #define IPI_DYN_LAST (253) /* IPIs allocated at runtime */ macro
/freebsd-12-stable/sys/x86/x86/
Dlocal_apic.c2141 for (idx = IPI_DYN_FIRST; idx <= IPI_DYN_LAST; idx++) { in native_lapic_ipi_alloc()
2164 KASSERT(vector >= IPI_DYN_FIRST && vector <= IPI_DYN_LAST, in native_lapic_ipi_free()