Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dintr_machdep.h94 void (*pic_reprogram_pin)(struct intsrc *); member
/f-stack/freebsd/x86/x86/
H A Dintr_machdep.c553 if (is->is_pic->pic_reprogram_pin != NULL)
554 is->is_pic->pic_reprogram_pin(is);
H A Dmsi.c153 .pic_reprogram_pin = NULL,
H A Dio_apic.c145 .pic_reprogram_pin = ioapic_reprogram_intpin,