Searched refs:IPI_HARDCLOCK (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | smp.h | 44 IPI_HARDCLOCK, enumerator
|
| /f-stack/freebsd/mips/include/ |
| H A D | smp.h | 37 #define IPI_HARDCLOCK 0x0020 macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | smp.h | 15 IPI_HARDCLOCK, enumerator
|
| /f-stack/freebsd/kern/ |
| H A D | kern_clocksource.c | 368 ipi_cpu(cpu, IPI_HARDCLOCK); 550 ipi_all_but_self(IPI_HARDCLOCK); 881 ipi_cpu(cpu, IPI_HARDCLOCK);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 333 intr_pic_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 170 case IPI_HARDCLOCK: in mips_ipi_handler()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1292 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) in ipi_bitmap_handler() 1314 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) { in ipi_bitmap_handler() 1322 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) in ipi_bitmap_handler()
|
| /f-stack/freebsd/x86/include/ |
| H A D | apicvar.h | 126 #define IPI_HARDCLOCK 2 macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 172 intr_pic_ipi_setup(IPI_HARDCLOCK, "hardclock", ipi_hardclock, NULL); in release_aps()
|