Searched refs:APIX_NVECTOR (Results 1 – 3 of 3) sorted by relevance
95 for (j = 0; j < APIX_NVECTOR; j++) { in interrupt_dump_apix()121 for (j = 0; j < APIX_NVECTOR; j++) { in interrupt_dump_apix()
48 #define APIX_NVECTOR 256 /* max number of per-cpu vectors */ macro132 apix_vector_t *x_vectbl[APIX_NVECTOR]; /* vector table */181 #define APIX_IPI_MIN (APIX_NVECTOR - apix_nipis)
212 int apix_cpu_nvectors = APIX_NVECTOR;334 ASSERT(cpu < apic_nproc && vec < APIX_NVECTOR); in apix_get_intr_handler()335 if (cpu >= apic_nproc || vec >= APIX_NVECTOR) in apix_get_intr_handler()