Searched refs:IPI_PREEMPT (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | smp.h | 38 IPI_PREEMPT, enumerator
|
/freebsd/sys/riscv/include/ |
H A D | smp.h | 42 IPI_PREEMPT, enumerator
|
/freebsd/sys/arm/include/ |
H A D | smp.h | 10 IPI_PREEMPT, enumerator
|
/freebsd/sys/powerpc/include/ |
H A D | smp.h | 35 #define IPI_PREEMPT 1 macro
|
/freebsd/sys/arm/arm/ |
H A D | mp_machdep.c | 304 intr_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
|
/freebsd/sys/x86/include/ |
H A D | apicvar.h | 128 #define IPI_PREEMPT 1 macro
|
/freebsd/sys/powerpc/powerpc/ |
H A D | mp_machdep.c | 307 if (ipimask & (1 << IPI_PREEMPT)) { in powerpc_ipi_handler()
|
/freebsd/sys/riscv/riscv/ |
H A D | mp_machdep.c | 124 intr_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 152 intr_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL); in release_aps()
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 1354 if (ipi_bitmap & (1 << IPI_PREEMPT)) { in ipi_bitmap_handler()
|
/freebsd/sys/kern/ |
H A D | sched_ule.c | 1178 ipi_cpu(cpu, IPI_PREEMPT); in tdq_notify() 2889 ipi_cpu(ts->ts_cpu, IPI_PREEMPT); in sched_affinity()
|
H A D | sched_4bsd.c | 1268 ipi_cpu(cpuid, IPI_PREEMPT); in kick_other_cpu()
|