Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dx86_smp.h103 void ipi_swi_handler(struct trapframe frame);
/freebsd/sys/amd64/amd64/
H A Dapic_vector.S219 call ipi_swi_handler
/freebsd/sys/x86/xen/
H A Dxen_apic.c299 ipi_swi_handler(*curthread->td_intr_frame); in xen_ipi_swi_handler()
/freebsd/sys/i386/i386/
H A Dapic_vector.S309 movl $ipi_swi_handler, %eax
/freebsd/sys/x86/x86/
H A Dmp_x86.c1695 ipi_swi_handler(struct trapframe frame) in ipi_swi_handler() function