Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dintr_machdep.h152 void intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame);
/f-stack/freebsd/x86/isa/
H A Datpic.c548 intr_execute_handlers(isrc, frame); in atpic_handle_intr()
/f-stack/freebsd/x86/x86/
H A Dintr_machdep.c329 intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame) in intr_execute_handlers() function
H A Dlocal_apic.c1304 intr_execute_handlers(isrc, frame); in lapic_handle_intr()
/f-stack/freebsd/x86/xen/
H A Dxen_intr.c603 intr_execute_handlers(&isrc->xi_intsrc, trap_frame); in xen_intr_handle_upcall()