Home
last modified time | relevance | path

Searched refs:ioint_handlers (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/x86/x86/
Dlocal_apic.c136 static inthand_t *ioint_handlers[] = { variable
1025 KASSERT(ioint_handlers[vector / 32] != NULL, in apic_enable_vector()
1031 setidt(vector, ioint_handlers[vector / 32], SDT_APIC, SEL_KPL, in apic_enable_vector()
1044 KASSERT(ioint_handlers[vector / 32] != NULL, in apic_disable_vector()