Searched refs:IPI_PREEMPT (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | smp.h | 40 IPI_PREEMPT, enumerator
|
| /f-stack/freebsd/mips/include/ |
| H A D | smp.h | 36 #define IPI_PREEMPT 0x0010 macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | smp.h | 11 IPI_PREEMPT, enumerator
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 332 intr_pic_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 166 case IPI_PREEMPT: in mips_ipi_handler()
|
| /f-stack/freebsd/x86/include/ |
| H A D | apicvar.h | 125 #define IPI_PREEMPT 1 macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 168 intr_pic_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1302 if (ipi_bitmap & (1 << IPI_PREEMPT)) { in ipi_bitmap_handler()
|
| /f-stack/freebsd/kern/ |
| H A D | sched_ule.c | 1103 ipi_cpu(cpu, IPI_PREEMPT); in tdq_notify() 2705 ipi_cpu(ts->ts_cpu, IPI_PREEMPT); in sched_affinity()
|
| H A D | sched_4bsd.c | 1239 ipi_cpu(cpuid, IPI_PREEMPT); in kick_other_cpu()
|