1 // SPDX-License-Identifier: GPL-2.0
2 /* leon_smp.c: Sparc-Leon SMP support.
5 * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
6 * Copyright (C) 2009 Daniel Hellstrom (daniel@gaisler.com) Aeroflex Gaisler AB
7 * Copyright (C) 2009 Konrad Eisele (konrad@gaisler.com) Aeroflex Gaisler AB
12 #include <linux/kernel.h>
13 #include <linux/sched/mm.h>
14 #include <linux/threads.h>
15 #include <linux/smp.h>
16 #include <linux/interrupt.h>
17 #include <linux/kernel_stat.h>
19 #include <linux/init.h>
20 #include <linux/spinlock.h>
22 #include <linux/swap.h>
23 #include <linux/profile.h>
25 #include <linux/delay.h>
26 #include <linux/gfp.h>
27 #include <linux/cpu.h>
28 #include <linux/clockchips.h>
30 #include <asm/cacheflush.h>
31 #include <asm/tlbflush.h>
33 #include <asm/ptrace.h>
34 #include <linux/atomic.h>
35 #include <asm/irq_regs.h>
36 #include <asm/traps.h>
38 #include <asm/delay.h>
41 #include <asm/pgalloc.h>
42 #include <asm/pgtable.h>
43 #include <asm/oplib.h>
44 #include <asm/cpudata.h>
47 #include <asm/leon_amba.h>
48 #include <asm/timer.h>
54 extern ctxd_t
*srmmu_ctx_table_phys
;
55 static int smp_processors_ready
;
56 extern volatile unsigned long cpu_callin_map
[NR_CPUS
];
57 extern cpumask_t smp_commenced_mask
;
58 void leon_configure_cache_smp(void);
59 static void leon_ipi_init(void);
61 /* IRQ number of LEON IPIs */
62 int leon_ipi_irq
= LEON3_IRQ_IPI_DEFAULT
;
64 static inline unsigned long do_swap(volatile unsigned long *ptr
,
67 __asm__
__volatile__("swapa [%2] %3, %0\n\t" : "=&r"(val
)
68 : "0"(val
), "r"(ptr
), "i"(ASI_LEON_DCACHE_MISS
)
73 void leon_cpu_pre_starting(void *arg
)
75 leon_configure_cache_smp();
78 void leon_cpu_pre_online(void *arg
)
80 int cpuid
= hard_smp_processor_id();
82 /* Allow master to continue. The master will then give us the
83 * go-ahead by setting the smp_commenced_mask and will wait without
84 * timeouts until our setup is completed fully (signified by
85 * our bit being set in the cpu_online_mask).
87 do_swap(&cpu_callin_map
[cpuid
], 1);
89 local_ops
->cache_all();
92 /* Fix idle thread fields. */
93 __asm__
__volatile__("ld [%0], %%g6\n\t" : : "r"(¤t_set
[cpuid
])
94 : "memory" /* paranoid */);
96 /* Attach to the address space of init_task. */
98 current
->active_mm
= &init_mm
;
100 while (!cpumask_test_cpu(cpuid
, &smp_commenced_mask
))
105 * Cycle through the processors asking the PROM to start each one.
108 extern struct linux_prom_registers smp_penguin_ctable
;
110 void leon_configure_cache_smp(void)
112 unsigned long cfg
= sparc_leon3_get_dcachecfg();
113 int me
= smp_processor_id();
115 if (ASI_LEON3_SYSCTRL_CFG_SSIZE(cfg
) > 4) {
116 printk(KERN_INFO
"Note: SMP with snooping only works on 4k cache, found %dk(0x%x) on cpu %d, disabling caches\n",
117 (unsigned int)ASI_LEON3_SYSCTRL_CFG_SSIZE(cfg
),
118 (unsigned int)cfg
, (unsigned int)me
);
119 sparc_leon3_disable_cache();
121 if (cfg
& ASI_LEON3_SYSCTRL_CFG_SNOOPING
) {
122 sparc_leon3_enable_snooping();
124 printk(KERN_INFO
"Note: You have to enable snooping in the vhdl model cpu %d, disabling caches\n",
126 sparc_leon3_disable_cache();
130 local_ops
->cache_all();
131 local_ops
->tlb_all();
134 static void leon_smp_setbroadcast(unsigned int mask
)
137 ((LEON3_BYPASS_LOAD_PA(&(leon3_irqctrl_regs
->mpstatus
)) >>
138 LEON3_IRQMPSTATUS_BROADCAST
) & 1);
140 prom_printf("######## !!!! The irqmp-ctrl must have broadcast enabled, smp wont work !!!!! ####### nr cpus: %d\n",
142 if (leon_smp_nrcpus() > 1) {
145 prom_printf("continue anyway\n");
149 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs
->mpbroadcast
), mask
);
152 int leon_smp_nrcpus(void)
155 ((LEON3_BYPASS_LOAD_PA(&(leon3_irqctrl_regs
->mpstatus
)) >>
156 LEON3_IRQMPSTATUS_CPUNR
) & 0xf) + 1;
160 void __init
leon_boot_cpus(void)
162 int nrcpu
= leon_smp_nrcpus();
163 int me
= smp_processor_id();
168 printk(KERN_INFO
"%d:(%d:%d) cpus mpirq at 0x%x\n", (unsigned int)me
,
169 (unsigned int)nrcpu
, (unsigned int)NR_CPUS
,
170 (unsigned int)&(leon3_irqctrl_regs
->mpstatus
));
172 leon_enable_irq_cpu(LEON3_IRQ_CROSS_CALL
, me
);
173 leon_enable_irq_cpu(LEON3_IRQ_TICKER
, me
);
174 leon_enable_irq_cpu(leon_ipi_irq
, me
);
176 leon_smp_setbroadcast(1 << LEON3_IRQ_TICKER
);
178 leon_configure_cache_smp();
179 local_ops
->cache_all();
183 int leon_boot_one_cpu(int i
, struct task_struct
*idle
)
187 current_set
[i
] = task_thread_info(idle
);
189 /* See trampoline.S:leon_smp_cpu_startup for details...
190 * Initialize the contexts table
191 * Since the call to prom_startcpu() trashes the structure,
192 * we need to re-initialize it for each cpu
194 smp_penguin_ctable
.which_io
= 0;
195 smp_penguin_ctable
.phys_addr
= (unsigned int)srmmu_ctx_table_phys
;
196 smp_penguin_ctable
.reg_size
= 0;
198 /* whirrr, whirrr, whirrrrrrrrr... */
199 printk(KERN_INFO
"Starting CPU %d : (irqmp: 0x%x)\n", (unsigned int)i
,
200 (unsigned int)&leon3_irqctrl_regs
->mpstatus
);
201 local_ops
->cache_all();
203 /* Make sure all IRQs are of from the start for this new CPU */
204 LEON_BYPASS_STORE_PA(&leon3_irqctrl_regs
->mask
[i
], 0);
207 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs
->mpstatus
), 1 << i
);
209 /* wheee... it's going... */
210 for (timeout
= 0; timeout
< 10000; timeout
++) {
211 if (cpu_callin_map
[i
])
215 printk(KERN_INFO
"Started CPU %d\n", (unsigned int)i
);
217 if (!(cpu_callin_map
[i
])) {
218 printk(KERN_ERR
"Processor %d is stuck.\n", i
);
221 leon_enable_irq_cpu(LEON3_IRQ_CROSS_CALL
, i
);
222 leon_enable_irq_cpu(LEON3_IRQ_TICKER
, i
);
223 leon_enable_irq_cpu(leon_ipi_irq
, i
);
226 local_ops
->cache_all();
230 void __init
leon_smp_done(void)
236 /* setup cpu list for irq rotation */
239 for (i
= 0; i
< NR_CPUS
; i
++) {
242 prev
= &cpu_data(i
).next
;
246 local_ops
->cache_all();
248 /* Free unneeded trap tables */
249 if (!cpu_present(1)) {
250 free_reserved_page(virt_to_page(&trapbase_cpu1
));
252 if (!cpu_present(2)) {
253 free_reserved_page(virt_to_page(&trapbase_cpu2
));
255 if (!cpu_present(3)) {
256 free_reserved_page(virt_to_page(&trapbase_cpu3
));
258 /* Ok, they are spinning and ready to go. */
259 smp_processors_ready
= 1;
263 struct leon_ipi_work
{
269 static DEFINE_PER_CPU_SHARED_ALIGNED(struct leon_ipi_work
, leon_ipi_work
);
271 /* Initialize IPIs on the LEON, in order to save IRQ resources only one IRQ
272 * is used for all three types of IPIs.
274 static void __init
leon_ipi_init(void)
277 struct leon_ipi_work
*work
;
279 struct device_node
*rootnp
;
280 struct tt_entry
*trap_table
;
283 /* Find IPI IRQ or stick with default value */
284 rootnp
= of_find_node_by_path("/ambapp0");
286 pp
= of_find_property(rootnp
, "ipi_num", &len
);
287 if (pp
&& (*(int *)pp
->value
))
288 leon_ipi_irq
= *(int *)pp
->value
;
290 printk(KERN_INFO
"leon: SMP IPIs at IRQ %d\n", leon_ipi_irq
);
292 /* Adjust so that we jump directly to smpleon_ipi */
293 local_irq_save(flags
);
294 trap_table
= &sparc_ttable
[SP_TRAP_IRQ1
+ (leon_ipi_irq
- 1)];
295 trap_table
->inst_three
+= smpleon_ipi
- real_irq_entry
;
296 local_ops
->cache_all();
297 local_irq_restore(flags
);
299 for_each_possible_cpu(cpu
) {
300 work
= &per_cpu(leon_ipi_work
, cpu
);
301 work
->single
= work
->msk
= work
->resched
= 0;
305 static void leon_send_ipi(int cpu
, int level
)
308 mask
= leon_get_irqmask(level
);
309 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs
->force
[cpu
], mask
);
312 static void leon_ipi_single(int cpu
)
314 struct leon_ipi_work
*work
= &per_cpu(leon_ipi_work
, cpu
);
319 /* Generate IRQ on the CPU */
320 leon_send_ipi(cpu
, leon_ipi_irq
);
323 static void leon_ipi_mask_one(int cpu
)
325 struct leon_ipi_work
*work
= &per_cpu(leon_ipi_work
, cpu
);
330 /* Generate IRQ on the CPU */
331 leon_send_ipi(cpu
, leon_ipi_irq
);
334 static void leon_ipi_resched(int cpu
)
336 struct leon_ipi_work
*work
= &per_cpu(leon_ipi_work
, cpu
);
341 /* Generate IRQ on the CPU (any IRQ will cause resched) */
342 leon_send_ipi(cpu
, leon_ipi_irq
);
345 void leonsmp_ipi_interrupt(void)
347 struct leon_ipi_work
*work
= this_cpu_ptr(&leon_ipi_work
);
351 smp_call_function_single_interrupt();
355 smp_call_function_interrupt();
359 smp_resched_interrupt();
363 static struct smp_funcall
{
370 unsigned long processors_in
[NR_CPUS
]; /* Set when ipi entered. */
371 unsigned long processors_out
[NR_CPUS
]; /* Set when ipi exited. */
372 } ccall_info
__attribute__((aligned(8)));
374 static DEFINE_SPINLOCK(cross_call_lock
);
376 /* Cross calls must be serialized, at least currently. */
377 static void leon_cross_call(smpfunc_t func
, cpumask_t mask
, unsigned long arg1
,
378 unsigned long arg2
, unsigned long arg3
,
381 if (smp_processors_ready
) {
382 register int high
= NR_CPUS
- 1;
385 spin_lock_irqsave(&cross_call_lock
, flags
);
388 /* If you make changes here, make sure gcc generates proper code... */
389 register smpfunc_t f
asm("i0") = func
;
390 register unsigned long a1
asm("i1") = arg1
;
391 register unsigned long a2
asm("i2") = arg2
;
392 register unsigned long a3
asm("i3") = arg3
;
393 register unsigned long a4
asm("i4") = arg4
;
394 register unsigned long a5
asm("i5") = 0;
396 __asm__
__volatile__("std %0, [%6]\n\t"
397 "std %2, [%6 + 8]\n\t"
398 "std %4, [%6 + 16]\n\t" : :
399 "r"(f
), "r"(a1
), "r"(a2
), "r"(a3
),
401 "r"(&ccall_info
.func
));
404 /* Init receive/complete mapping, plus fire the IPI's off. */
408 cpumask_clear_cpu(smp_processor_id(), &mask
);
409 cpumask_and(&mask
, cpu_online_mask
, &mask
);
410 for (i
= 0; i
<= high
; i
++) {
411 if (cpumask_test_cpu(i
, &mask
)) {
412 ccall_info
.processors_in
[i
] = 0;
413 ccall_info
.processors_out
[i
] = 0;
414 leon_send_ipi(i
, LEON3_IRQ_CROSS_CALL
);
425 if (!cpumask_test_cpu(i
, &mask
))
428 while (!ccall_info
.processors_in
[i
])
430 } while (++i
<= high
);
434 if (!cpumask_test_cpu(i
, &mask
))
437 while (!ccall_info
.processors_out
[i
])
439 } while (++i
<= high
);
442 spin_unlock_irqrestore(&cross_call_lock
, flags
);
446 /* Running cross calls. */
447 void leon_cross_call_irq(void)
449 int i
= smp_processor_id();
451 ccall_info
.processors_in
[i
] = 1;
452 ccall_info
.func(ccall_info
.arg1
, ccall_info
.arg2
, ccall_info
.arg3
,
453 ccall_info
.arg4
, ccall_info
.arg5
);
454 ccall_info
.processors_out
[i
] = 1;
457 static const struct sparc32_ipi_ops leon_ipi_ops
= {
458 .cross_call
= leon_cross_call
,
459 .resched
= leon_ipi_resched
,
460 .single
= leon_ipi_single
,
461 .mask_one
= leon_ipi_mask_one
,
464 void __init
leon_init_smp(void)
466 /* Patch ipi15 trap table */
467 t_nmi
[1] = t_nmi
[1] + (linux_trap_ipi15_leon
- linux_trap_ipi15_sun4m
);
469 sparc32_ipi_ops
= &leon_ipi_ops
;