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

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c202 apix_impl_t *apixs[NCPU]; variable
300 apixs[i] = &hdlp[i];
301 apixs[i]->x_cpuid = i;
302 LOCK_INIT_CLEAR(&apixs[i]->x_lock);
333 return (bsrw_insn(apixs[cpuid]->x_intr_pending));
345 apix_vector = apixs[cpu]->x_vectbl[vec];
732 apix_impl_t *apixp = apixs[cpuid];
851 apix_impl_t *apixp = apixs[cpun];
1415 apixs[i]->x_vectbl[vect]->v_busy++;

Completed in 2828 milliseconds