Home
last modified time | relevance | path

Searched refs:apix_impl_t (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c32 static apix_impl_t *d_apixs[NCPU];
45 apix_impl_t apix; in interrupt_dump_apix()
91 if (mdb_vread(&apix, sizeof (apix_impl_t), in interrupt_dump_apix()
118 if (mdb_vread(&apix, sizeof (apix_impl_t), in interrupt_dump_apix()
/titanic_50/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c78 apix_insert_pending_av(apix_impl_t *apixp, struct autovec *avp, int ipl) in apix_insert_pending_av()
98 apix_remove_pending_av(apix_impl_t *apixp, int ipl) in apix_remove_pending_av()
137 apix_impl_t *apixp = apixs[cpuid]; in apix_add_pending_hardint()
186 apix_impl_t *apixp = apixs[cpuid]; in apix_dispatch_pending_autovect()
417 apix_impl_t *apixp = apixs[cpu->cpu_id]; in apix_hilevel_intr_prolog()
615 apix_impl_t *apixp = apixs[cpu->cpu_id]; in apix_intr_thread_prolog()
H A Dapix.c202 apix_impl_t *apixs[NCPU];
293 apix_impl_t *hdlp; in apix_softinit()
298 hdlp = kmem_zalloc(nproc * sizeof (apix_impl_t), KM_SLEEP); in apix_softinit()
732 apix_impl_t *apixp = apixs[cpuid]; in apix_intr_exit()
851 apix_impl_t *apixp = apixs[cpun]; in apix_disable_intr()
H A Dapix_utils.c170 apix_impl_t *apixp = apixs[cpuid]; in apix_get_avail_vector_oncpu()
555 apix_impl_t *apixp = apixs[cpuid]; in apix_obsolete_vector()
694 apix_impl_t *apixp = apixs[cpuid]; in apix_init_vector()
883 !INTR_PENDING((volatile apix_impl_t *)apixs[cpuid], ipl))) in apix_wait_till_seen()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dapix.h134 } apix_impl_t; typedef
169 extern apix_impl_t *apixs[];
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c49 static apix_impl_t *d_apixs[NCPU];
284 apix_impl_t apix; in ttrace_apix_interrupt()
298 if (mdb_vread(&apix, sizeof (apix_impl_t), in ttrace_apix_interrupt()