Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c94 for (j = 0; j < APIX_NVECTOR; j++) { in interrupt_dump_apix()
120 for (j = 0; j < APIX_NVECTOR; j++) { in interrupt_dump_apix()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dapix.h47 #define APIX_NVECTOR 256 /* max number of per-cpu vectors */ macro
131 apix_vector_t *x_vectbl[APIX_NVECTOR]; /* vector table */
180 #define APIX_IPI_MIN (APIX_NVECTOR - apix_nipis)
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix.c222 int apix_cpu_nvectors = APIX_NVECTOR;
341 ASSERT(cpu < apic_nproc && vec < APIX_NVECTOR); in apix_get_intr_handler()