Searched refs:pic_register_sources (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/x86/include/
H A Dintr_machdep.h85 void (*pic_register_sources)(struct pic *); member in struct:pic
/freebsd-12-stable/sys/x86/x86/
H A Dintr_machdep.c209 if (pic->pic_register_sources != NULL)
210 pic->pic_register_sources(pic);
H A Dio_apic.c132 .pic_register_sources = ioapic_register_sources,
/freebsd-12-stable/sys/x86/isa/
H A Datpic.c97 .pic_register_sources = atpic_register_sources, \
/freebsd-12-stable/sys/x86/xen/
H A Dxen_intr.c182 .pic_register_sources = xenpv_register_pirqs,

Completed in 115 milliseconds