Searched refs:start_here (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/cell/ |
D | smp.c | 69 unsigned long start_here = in smp_startup_cpu() local 88 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu); in smp_startup_cpu()
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | smp.c | 90 unsigned long start_here = in smp_startup_cpu() local 115 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu); in smp_startup_cpu()
|
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
D | smp.c | 67 unsigned long start_here = in pnv_smp_kick_cpu() local 107 rc = opal_start_cpu(pcpu, start_here); in pnv_smp_kick_cpu()
|
/linux-5.19.10/arch/microblaze/kernel/ |
D | head.S | 319 ori r15,r0,start_here 326 start_here: label
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | head_40x.S | 73 lis r0,start_here@h 74 ori r0,r0,start_here@l 590 start_here: label
|
D | head_8xx.S | 99 lis r0,start_here@h 100 ori r0,r0,start_here@l 523 start_here: label
|
D | head_book3s_32.S | 203 lis r0,start_here@h 204 ori r0,r0,start_here@l 949 start_here: label
|