Searched refs:ioint_handlers (Results 1 – 1 of 1) sorted by relevance
168 static inthand_t *ioint_handlers[] = { variable1599 KASSERT(ioint_handlers[vector / 32] != NULL, in apic_enable_vector()1605 setidt(vector, (pti ? ioint_pti_handlers : ioint_handlers)[vector / 32], in apic_enable_vector()1618 KASSERT(ioint_handlers[vector / 32] != NULL, in apic_disable_vector()