apix_vector
if (apix_vector.v_state == APIX_STATE_FREED ||
apix_vector.v_state == APIX_STATE_OBSOLETED)
if (apix_vector.v_type == APIX_TYPE_IPI)
(uintptr_t)(apix_vector.v_autovect)) == -1)
if ((apix_vector.v_type == APIX_TYPE_FIXED) &&
(uintptr_t)irq_tbl[apix_vector.v_inum]) == -1))
apix_interrupt_dump(&apix_vector, &apic_irq, &av,
NULL, level_tbl[apix_vector.v_inum]);
if (mdb_vread(&apix_vector, sizeof (apix_vector_t),
if (apix_vector.v_state == APIX_STATE_FREED ||
apix_vector.v_state == APIX_STATE_OBSOLETED)
if (apix_vector.v_type != APIX_TYPE_IPI)
(uintptr_t)(apix_vector.v_autovect)) == -1) {
if (apix_vector.v_share != 0)
apix_interrupt_ipi_dump(&apix_vector, &av, NULL);
apix_vector_t apix_vector;
if (mdb_vread(&apix_vector, sizeof (apix_vector_t),
apix_vector_t apix_vector;
if (mdb_vread(&apix_vector, sizeof (apix_vector_t),
if (apix_vector.v_share == 0) {
(uintptr_t)(apix_vector.v_autovect)) == -1) {
(uintptr_t)apix_vector.v_autovect);
apix_vector_t *apix_vector;
apix_vector = apixs[cpu]->x_vectbl[vec];
return ((uintptr_t)(apix_vector->v_autovect));
struct apix_vector *v_next; /* next on per-cpu obosoletes chain */