Searched refs:cfe_cpu_start (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 85 int cfe_cpu_start(int cpu, void (*fn) (void), long sp, long gp, long a1);
|
/linux-5.19.10/arch/mips/sibyte/sb1250/ |
D | smp.c | 100 retval = cfe_cpu_start(cpu_logical_map(cpu), &smp_bootstrap, in sb1250_boot_secondary()
|
/linux-5.19.10/arch/mips/sibyte/bcm1480/ |
D | smp.c | 111 retval = cfe_cpu_start(cpu_logical_map(cpu), &smp_bootstrap, in bcm1480_boot_secondary()
|
/linux-5.19.10/arch/mips/fw/cfe/ |
D | cfe_api.c | 68 int cfe_cpu_start(int cpu, void (*fn) (void), long sp, long gp, long a1) in cfe_cpu_start() function
|