Searched refs:IPI_HARDCLOCK (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Dsmp.h47 #define IPI_HARDCLOCK (1 << 5) macro
/freebsd-13-stable/sys/arm64/include/
H A Dsmp.h44 IPI_HARDCLOCK, enumerator in enum:__anon8501
/freebsd-13-stable/sys/arm/include/
H A Dsmp.h15 IPI_HARDCLOCK, enumerator in enum:__anon8458
/freebsd-13-stable/sys/powerpc/include/
H A Dsmp.h41 #define IPI_HARDCLOCK 4 macro
/freebsd-13-stable/sys/mips/include/
H A Dsmp.h37 #define IPI_HARDCLOCK 0x0020 macro
/freebsd-13-stable/sys/mips/mips/
H A Dmp_machdep.c170 case IPI_HARDCLOCK:
171 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c340 case IPI_HARDCLOCK:
341 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__);
/freebsd-13-stable/sys/arm/arm/
H A Dmp_machdep.c313 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__);
333 intr_pic_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL);
/freebsd-13-stable/sys/x86/include/
H A Dapicvar.h126 #define IPI_HARDCLOCK 2 macro
/freebsd-13-stable/sys/riscv/riscv/
H A Dmp_machdep.c375 case IPI_HARDCLOCK:
376 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__);
/freebsd-13-stable/sys/kern/
H A Dkern_clocksource.c368 ipi_cpu(cpu, IPI_HARDCLOCK);
550 ipi_all_but_self(IPI_HARDCLOCK);
881 ipi_cpu(cpu, IPI_HARDCLOCK);
/freebsd-13-stable/sys/x86/x86/
H A Dmp_x86.c1293 if (ipi_bitmap & (1 << IPI_HARDCLOCK))
1315 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) {
1323 if (ipi_bitmap & (1 << IPI_HARDCLOCK))
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c172 intr_pic_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL);
394 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__);

Completed in 95 milliseconds