Searched refs:ioint_handlers (Results 1 – 1 of 1) sorted by relevance
166 static inthand_t *ioint_handlers[] = { variable1618 KASSERT(ioint_handlers[vector / 32] != NULL, in native_apic_enable_vector()1624 setidt(vector, (pti ? ioint_pti_handlers : ioint_handlers)[vector / 32], in native_apic_enable_vector()1637 KASSERT(ioint_handlers[vector / 32] != NULL, in native_apic_disable_vector()