Searched refs:start_here (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | smp.c | 74 unsigned long start_here = in smp_startup_cpu() local 96 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu); in smp_startup_cpu()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | smp.c | 95 unsigned long start_here = in smp_startup_cpu() local 126 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu); in smp_startup_cpu()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | smp.c | 70 unsigned long start_here = in pnv_smp_kick_cpu() local 110 rc = opal_start_cpu(pcpu, start_here); in pnv_smp_kick_cpu()
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | head.S | 324 ori r15,r0,start_here 331 start_here: label
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_40x.S | 77 lis r0,start_here@h 78 ori r0,r0,start_here@l 829 start_here: label
|
D | head_8xx.S | 103 lis r0,start_here@h 104 ori r0,r0,start_here@l 859 start_here: label
|
D | head_32.S | 210 lis r0,start_here@h 211 ori r0,r0,start_here@l 940 start_here: label
|