Searched refs:intr_vec_table (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sun4/io/ |
H A D | ivintr.c | 76 intr_vec_pool = (intr_vec_t *)((caddr_t)intr_vec_table + in init_ivintr() 81 bzero(intr_vec_table, MAXIVNUM * sizeof (intr_vec_t *)); in init_ivintr() 200 for (iv_p = (intr_vec_t *)intr_vec_table[inum]; in add_ivintr() 218 new_iv_p->iv_vec_next = (intr_vec_t *)intr_vec_table[inum]; in add_ivintr() 219 intr_vec_table[inum] = (uint64_t)new_iv_p; in add_ivintr() 238 for (iv_p = prev_iv_p = (intr_vec_t *)intr_vec_table[inum]; in rem_ivintr() 251 intr_vec_table[inum] = (uint64_t)iv_p->iv_vec_next; in rem_ivintr()
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | ivintr.h | 113 extern uint64_t intr_vec_table[];
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 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 + CPTR…
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 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 + CPTR…
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 1744 set intr_vec_table, %g5 ! %g5 = intr_vec_table 1746 add %g5, %g6, %g5 ! %g5 = &intr_vec_table[inum] 1763 ! %g3 = intr_vec_table[inum]
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 315 intr_vec_table, (caddr_t)intr_vec_table + IVSIZE, in kernelheap_init()
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | startup.c | 1345 memspace = prom_alloc((caddr_t)intr_vec_table, IVSIZE, MMU_PAGESIZE); in startup_memlist() 1346 if (memspace != (caddr_t)intr_vec_table) in startup_memlist()
|