Searched refs:smp_call_function (Results 1 – 6 of 6) sorted by relevance
| /arch/riscv/include/asm/ |
| A D | smp.h | 61 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait);
|
| /arch/riscv/lib/ |
| A D | spl.c | 57 ret = smp_call_function(spl_image->entry_point, (ulong)fdt_blob, 0, 0); in jump_to_image()
|
| A D | bootm.c | 95 ret = smp_call_function(images->ep, in boot_jump_linux()
|
| A D | smp.c | 119 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait) in smp_call_function() function
|
| /arch/riscv/cpu/ |
| A D | start.S | 255 jal smp_call_function 390 jal smp_call_function
|
| A D | cpu.c | 697 ret = smp_call_function((ulong)dummy_pending_ipi_clear, 0, 0, 0); in riscv_cpu_setup()
|
Completed in 766 milliseconds