Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dx86_smp.h94 void cpustop_handler(void);
/freebsd/sys/amd64/amd64/
H A Dapic_vector.S199 call cpustop_handler
/freebsd/sys/x86/xen/
H A Dxen_apic.c283 cpustop_handler(); in xen_cpustop_handler()
/freebsd/sys/i386/i386/
H A Dapic_vector.S279 movl $cpustop_handler, %eax
/freebsd/sys/x86/x86/
H A Dmp_x86.c1482 cpustop_handler(); in ipi_nmi_handler()
1515 cpustop_handler(void) in cpustop_handler() function