Home
last modified time | relevance | path

Searched refs:ipi_bitmap (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c118 u_int cpu, ipi, ipi_bitmap; in mips_ipi_handler() local
125 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis)); in mips_ipi_handler()
126 if (ipi_bitmap == 0) in mips_ipi_handler()
129 CTR1(KTR_SMP, "smp_handle_ipi(), ipi_bitmap=%x", ipi_bitmap); in mips_ipi_handler()
131 while ((bit = ffs(ipi_bitmap))) { in mips_ipi_handler()
134 ipi_bitmap &= ~ipi; in mips_ipi_handler()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1279 u_int ipi_bitmap; in ipi_bitmap_handler() local
1282 ipi_bitmap = atomic_readandclear_int(&cpuid_to_pcpu[cpu]-> in ipi_bitmap_handler()
1292 if (ipi_bitmap & (1 << IPI_HARDCLOCK)) in ipi_bitmap_handler()
1299 if (ipi_bitmap & (1 << IPI_TRACE)) in ipi_bitmap_handler()
1302 if (ipi_bitmap & (1 << IPI_PREEMPT)) { in ipi_bitmap_handler()
1308 if (ipi_bitmap & (1 << IPI_AST)) { 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()