Home
last modified time | relevance | path

Searched refs:KTR_SMP (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm/arm/
H A Dmp_machdep.c207 CTR0(KTR_SMP, "AP still wait for smp_started"); in init_secondary()
212 CTR0(KTR_SMP, "go into scheduler"); in init_secondary()
225 CTR0(KTR_SMP, "IPI_RENDEZVOUS"); in ipi_rendezvous()
233 CTR0(KTR_SMP, "IPI_AST"); in ipi_ast()
244 CTR0(KTR_SMP, "IPI_STOP or IPI_STOP_HARD"); in ipi_stop()
274 CTR0(KTR_SMP, "IPI_STOP (restart)"); in ipi_stop()
281 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__); in ipi_preempt()
289 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__); in ipi_hardclock()
346 CTR2(KTR_SMP, "%s: ipi: %x", __func__, ipi); in ipi_all_but_self()
358 CTR3(KTR_SMP, "%s: cpu: %d, ipi: %x", __func__, cpu, ipi); in ipi_cpu()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dmp_machdep.c299 CTR2(KTR_SMP, "%s: MSR 0x%08x", __func__, mfmsr()); in powerpc_ipi_handler()
305 CTR1(KTR_SMP, "%s: IPI_AST", __func__); in powerpc_ipi_handler()
308 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__); in powerpc_ipi_handler()
312 CTR1(KTR_SMP, "%s: IPI_RENDEZVOUS", __func__); in powerpc_ipi_handler()
321 CTR1(KTR_SMP, "%s: IPI_STOP or IPI_STOP_HARD (stop)", in powerpc_ipi_handler()
330 CTR1(KTR_SMP, "%s: IPI_STOP (restart)", __func__); in powerpc_ipi_handler()
333 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__); in powerpc_ipi_handler()
344 CTR4(KTR_SMP, "%s: pc=%p, targetcpu=%d, IPI=%d", __func__, in ipi_send()
351 CTR1(KTR_SMP, "%s: sent", __func__); in ipi_send()
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c244 CTR0(KTR_SMP, "IPI_AST"); in ipi_ast()
250 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__); in ipi_preempt()
257 CTR0(KTR_SMP, "IPI_RENDEZVOUS"); in ipi_rendezvous()
266 CTR0(KTR_SMP, "IPI_STOP"); in ipi_stop()
280 CTR0(KTR_SMP, "IPI_STOP (restart)"); in ipi_stop()
292 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__); in ipi_hardclock()
501 CTR2(KTR_SMP, "%s: ipi: %x", __func__, ipi); in ipi_all_but_self()
513 CTR3(KTR_SMP, "%s: cpu: %d, ipi: %x", __func__, cpu, ipi); in ipi_cpu()
520 CTR1(KTR_SMP, "ipi_selected: ipi: %x", ipi); in ipi_selected()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c308 CTR0(KTR_SMP, "IPI_AST"); in ipi_ast()
315 CTR1(KTR_SMP, "%s: IPI_HARDCLOCK", __func__); in ipi_hardclock()
322 CTR1(KTR_SMP, "%s: IPI_PREEMPT", __func__); in ipi_preempt()
330 CTR0(KTR_SMP, "IPI_RENDEZVOUS"); in ipi_rendezvous()
339 CTR0(KTR_SMP, "IPI_STOP"); in ipi_stop()
357 CTR0(KTR_SMP, "IPI_STOP (restart)"); in ipi_stop()
829 CTR2(KTR_SMP, "%s: ipi: %x", __func__, ipi); in ipi_all_but_self()
841 CTR3(KTR_SMP, "%s: cpu: %d, ipi: %x", __func__, cpu, ipi); in ipi_cpu()
849 CTR2(KTR_SMP, "%s: ipi: %x", __func__, ipi); in ipi_selected()
/freebsd/sys/sys/
H A Dktr_class.h48 #define KTR_SMP 0x00000010 /* MP general */ macro
/freebsd/sys/kern/
H A Dsubr_smp.c197 CTR1(KTR_SMP, "forward_signal(%p)", td->td_proc); in forward_signal()
252 CTR2(KTR_SMP, "stop_cpus(%s) with %u type", in generic_stop_cpus()
360 CTR1(KTR_SMP, "restart_cpus(%s)", cpusetobj_strprint(cpusetbuf, &map)); in generic_restart_cpus()
404 CTR1(KTR_SMP, "restart_cpus(%s)", cpusetobj_strprint(cpusetbuf, &map)); in generic_restart_cpus()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1101 CTR1(KTR_SMP, "SMP: AP CPU #%d Launched", cpuid); in init_secondary_tail()
1395 CTR3(KTR_SMP, "%s: cpu: %d ipi: %x", __func__, cpu, ipi); in ipi_selected()
1415 CTR3(KTR_SMP, "%s: cpu: %d ipi: %x", __func__, cpu, ipi); in ipi_cpu()
1442 CTR2(KTR_SMP, "%s: ipi: %x", __func__, ipi); in ipi_all_but_self()