Searched defs:intr_vec_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s87 * Absolute external symbol - intr_vec_table.
90 * numbers, the interrupt vector table, intr_vec_table[] has been
93 .global intr_vec_table
95 intr_vec_table = SYSBASE32 + PAGESIZE + PANICBUFSIZE ! address of interrupt table define
97 .type intr_vec_table, #object
98 .size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTRSIZE * (NCPU - 1))
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s87 * Absolute external symbol - intr_vec_table.
90 * numbers, the interrupt vector table, intr_vec_table[] has been
93 .global intr_vec_table
95 intr_vec_table = SYSBASE32 + PAGESIZE + PANICBUFSIZE ! address of interrupt table define
97 .type intr_vec_table, #object
98 .size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTRSIZE * (NCPU - 1))

Completed in 62 milliseconds