Searched refs:IPI_PREEMPT (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dsmp.h12 IPI_PREEMPT, enumerator in enum:__anon7271
23 #define IPI_PREEMPT 2 macro
/freebsd-11-stable/sys/arm64/include/
H A Dsmp.h40 IPI_PREEMPT, enumerator in enum:__anon7324
/freebsd-11-stable/sys/riscv/include/
H A Dsmp.h43 #define IPI_PREEMPT (1 << 1) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dsmp.h35 #define IPI_PREEMPT 1 macro
/freebsd-11-stable/sys/mips/include/
H A Dsmp.h36 #define IPI_PREEMPT 0x0010 macro
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c321 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__);
406 case IPI_PREEMPT:
407 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__);
441 intr_pic_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c293 case IPI_PREEMPT:
294 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__);
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c304 case IPI_PREEMPT:
305 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__);
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c164 case IPI_PREEMPT:
165 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__);
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h118 #define IPI_PREEMPT 1 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h66 #define IPI_PREEMPT PIL_PREEMPT macro
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c213 intr_pic_ipi_setup(IPI_PREEMPT, "preempt", ipi_preempt, NULL);
378 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__);
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c1127 if (ipi_bitmap & (1 << IPI_PREEMPT)) {
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c1096 ipi_cpu(cpu, IPI_PREEMPT);
2688 ipi_cpu(ts->ts_cpu, IPI_PREEMPT);
H A Dsched_4bsd.c1215 ipi_cpu(cpuid, IPI_PREEMPT);

Completed in 337 milliseconds