Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_smp.h100 void ipi_swi_handler(struct trapframe frame);
/f-stack/freebsd/amd64/amd64/
H A Dapic_vector.S214 call ipi_swi_handler
/f-stack/freebsd/i386/i386/
H A Dapic_vector.s323 movl $ipi_swi_handler, %eax
/f-stack/freebsd/x86/xen/
H A Dxen_apic.c531 ipi_swi_handler(*frame); in xen_ipi_swi_handler()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1627 ipi_swi_handler(struct trapframe frame) in ipi_swi_handler() function