Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dlocal_apic.c168 static inthand_t *ioint_handlers[] = { variable
1599 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()