Searched refs:apix_impl_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/ |
H A D | apix.c | 33 static apix_impl_t *d_apixs[NCPU]; 46 apix_impl_t apix; in interrupt_dump_apix() 92 if (mdb_vread(&apix, sizeof (apix_impl_t), in interrupt_dump_apix() 119 if (mdb_vread(&apix, sizeof (apix_impl_t), in interrupt_dump_apix()
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_intr.c | 80 apix_insert_pending_av(apix_impl_t *apixp, struct autovec *avp, int ipl) in apix_insert_pending_av() 100 apix_remove_pending_av(apix_impl_t *apixp, int ipl) in apix_remove_pending_av() 139 apix_impl_t *apixp = apixs[cpuid]; in apix_add_pending_hardint() 188 apix_impl_t *apixp = apixs[cpuid]; in apix_dispatch_pending_autovect() 422 apix_impl_t *apixp = apixs[cpu->cpu_id]; in apix_hilevel_intr_prolog() 624 apix_impl_t *apixp = apixs[cpu->cpu_id]; in apix_intr_thread_prolog()
|
H A D | apix.c | 192 apix_impl_t *apixs[NCPU]; 286 apix_impl_t *hdlp; in apix_softinit() 291 hdlp = kmem_zalloc(nproc * sizeof (apix_impl_t), KM_SLEEP); in apix_softinit() 713 apix_impl_t *apixp = apixs[cpuid]; in apix_intr_exit() 832 apix_impl_t *apixp = apixs[cpun]; in apix_disable_intr()
|
H A D | apix_utils.c | 172 apix_impl_t *apixp = apixs[cpuid]; in apix_get_avail_vector_oncpu() 557 apix_impl_t *apixp = apixs[cpuid]; in apix_obsolete_vector() 696 apix_impl_t *apixp = apixs[cpuid]; in apix_init_vector() 888 !INTR_PENDING((volatile apix_impl_t *)apixs[cpuid], ipl))) in apix_wait_till_seen()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 135 } apix_impl_t; typedef 170 extern apix_impl_t *apixs[];
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 51 static apix_impl_t *d_apixs[NCPU]; 286 apix_impl_t apix; in ttrace_apix_interrupt() 300 if (mdb_vread(&apix, sizeof (apix_impl_t), in ttrace_apix_interrupt()
|