Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dapic_vector.S98 call lapic_handle_intr
/freebsd/sys/x86/include/
H A Dapicvar.h257 void lapic_handle_intr(int vector, struct trapframe *frame);
/freebsd/sys/i386/i386/
H A Dapic_vector.S95 movl $lapic_handle_intr, %eax
/freebsd/sys/x86/x86/
H A Dlocal_apic.c1276 lapic_handle_intr(int vector, struct trapframe *frame) in lapic_handle_intr() function