Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c166 static inthand_t *ioint_handlers[] = { variable
1618 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()