Searched refs:IPI_HARDCLOCK (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/riscv/include/ |
| H A D | smp.h | 46 IPI_HARDCLOCK, enumerator
|
| /freebsd/sys/arm64/include/ |
| H A D | smp.h | 42 IPI_HARDCLOCK, enumerator
|
| /freebsd/sys/arm/include/ |
| H A D | smp.h | 14 IPI_HARDCLOCK, enumerator
|
| /freebsd/sys/powerpc/include/ |
| H A D | smp.h | 39 #define IPI_HARDCLOCK 4 macro
|
| /freebsd/sys/kern/ |
| H A D | kern_clocksource.c | 365 ipi_cpu(cpu, IPI_HARDCLOCK); 547 ipi_all_but_self(IPI_HARDCLOCK); 877 ipi_cpu(cpu, IPI_HARDCLOCK);
|
| /freebsd/sys/arm/arm/ |
| H A D | mp_machdep.c | 305 intr_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
|
| /freebsd/sys/x86/include/ |
| H A D | apicvar.h | 130 #define IPI_HARDCLOCK 2 macro
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | mp_machdep.c | 333 if (ipimask & (1 << IPI_HARDCLOCK)) { in powerpc_ipi_handler()
|
| /freebsd/sys/x86/x86/ |
| H A D | mp_x86.c | 1351 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 D | mp_machdep.c | 128 intr_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | mp_machdep.c | 197 intr_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
|