Home
last modified time | relevance | path

Searched refs:IPI_HARDCLOCK (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/riscv/include/
H A Dsmp.h46 IPI_HARDCLOCK, enumerator
/freebsd/sys/arm64/include/
H A Dsmp.h42 IPI_HARDCLOCK, enumerator
/freebsd/sys/arm/include/
H A Dsmp.h14 IPI_HARDCLOCK, enumerator
/freebsd/sys/powerpc/include/
H A Dsmp.h39 #define IPI_HARDCLOCK 4 macro
/freebsd/sys/kern/
H A Dkern_clocksource.c365 ipi_cpu(cpu, IPI_HARDCLOCK);
547 ipi_all_but_self(IPI_HARDCLOCK);
877 ipi_cpu(cpu, IPI_HARDCLOCK);
/freebsd/sys/arm/arm/
H A Dmp_machdep.c305 intr_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
/freebsd/sys/x86/include/
H A Dapicvar.h130 #define IPI_HARDCLOCK 2 macro
/freebsd/sys/powerpc/powerpc/
H A Dmp_machdep.c333 if (ipimask & (1 << IPI_HARDCLOCK)) { in powerpc_ipi_handler()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1351 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) in ipi_bitmap_handler()
1373 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) { in ipi_bitmap_handler()
1381 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) in ipi_bitmap_handler()
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c128 intr_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c197 intr_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()