Searched refs:avhp (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/uppc/ |
H A D | uppc.c | 69 struct autovec avhp; local 122 if (mdb_vread(&avhp, sizeof (struct autovec), 132 avec_tbl[i].avh_hi_pri, avhp.av_dip ? 133 interrupt_print_bus((uintptr_t)avhp.av_dip) : " - ", 137 interrupt_print_isr((uintptr_t)avhp.av_vector, 138 (uintptr_t)avhp.av_intarg1, (uintptr_t)avhp.av_dip); 141 if (mdb_vread(&avhp, sizeof (struct autovec), 142 (uintptr_t)avhp.av_link) != -1) { 144 interrupt_print_isr((uintptr_t)avhp [all...] |
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 91 struct autovec avhp; local 111 if (mdb_vread(&avhp, sizeof (struct autovec), 116 if (!avhp.av_vector || 118 (uintptr_t)avhp.av_intr_id) == -1) || 125 avhp.av_intr_id, mdb_cpuset_find( 127 avhp.av_prilevel, avhp.av_intarg1, avhp.av_intarg2); 128 interrupt_print_isr((uintptr_t)avhp.av_vector, 129 (uintptr_t)avhp 223 struct autovec avhp; local [all...] |
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/ |
H A D | xpv_uppc.c | 172 struct autovec avhp; local 177 (void) mdb_vread(&avhp, sizeof (struct autovec), 180 interrupt_print_isr((uintptr_t)avhp.av_vector, 181 (uintptr_t)avhp.av_intarg1, (uintptr_t)avhp.av_dip); 183 while (avhp.av_link != NULL && 184 mdb_vread(&avhp, sizeof (struct autovec), 185 (uintptr_t)avhp.av_link) != -1) { 187 interrupt_print_isr((uintptr_t)avhp.av_vector, 188 (uintptr_t)avhp 205 pic_interrupt_dump(int i, struct autovec *avhp, int evtchn) argument 229 struct autovec avhp; local 298 struct autovec avhp; local [all...] |
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/ |
H A D | xpv_psm.c | 242 struct autovec avhp; local 244 (void) mdb_vread(&avhp, sizeof (struct autovec), 247 interrupt_print_isr((uintptr_t)avhp.av_vector, 248 (uintptr_t)avhp.av_intarg1, (uintptr_t)avhp.av_dip); 276 mdb_xpv_psm_autovec_t avhp; local 278 if (mdb_ctf_vread(&avhp, "struct autovec", "mdb_xpv_psm_autovec_t", 282 dip_addr = (uintptr_t)avhp.av_dip;
|
Completed in 75 milliseconds