Home
last modified time | relevance | path

Searched refs:IPI_PREEMPT (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dsmp.h40 IPI_PREEMPT, enumerator
/f-stack/freebsd/mips/include/
H A Dsmp.h36 #define IPI_PREEMPT 0x0010 macro
/f-stack/freebsd/arm/include/
H A Dsmp.h11 IPI_PREEMPT, enumerator
/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c332 intr_pic_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c166 case IPI_PREEMPT: in mips_ipi_handler()
/f-stack/freebsd/x86/include/
H A Dapicvar.h125 #define IPI_PREEMPT 1 macro
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c168 intr_pic_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1302 if (ipi_bitmap & (1 << IPI_PREEMPT)) { in ipi_bitmap_handler()
/f-stack/freebsd/kern/
H A Dsched_ule.c1103 ipi_cpu(cpu, IPI_PREEMPT); in tdq_notify()
2705 ipi_cpu(ts->ts_cpu, IPI_PREEMPT); in sched_affinity()
H A Dsched_4bsd.c1239 ipi_cpu(cpuid, IPI_PREEMPT); in kick_other_cpu()