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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c37 * Dump interrupt information for apix PSM.
45 apix_impl_t apix; local
90 /* Read the per CPU apix entry */
91 if (mdb_vread(&apix, sizeof (apix_impl_t),
97 (uintptr_t)apix.x_vectbl[j]) == -1)
118 if (mdb_vread(&apix, sizeof (apix_impl_t),
123 (uintptr_t)apix.x_vectbl[j]) == -1)
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c40 #include <sys/apix.h>
48 /* apix only */
284 apix_impl_t apix; local
297 /* Read the per CPU apix entry */
298 if (mdb_vread(&apix, sizeof (apix_impl_t),
300 mdb_warn("\ncouldn't read apix[%d]", rec->ttr_cpuid);
304 (uintptr_t)apix.x_vectbl[rec->ttr_vector]) == -1) {
575 /* change to apix ttrace interrupt handler */

Completed in 69 milliseconds