/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | smp.c | 70 unsigned long start_here = in smp_startup_cpu() local 89 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu); in smp_startup_cpu()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | smp.c | 91 unsigned long start_here = in smp_startup_cpu() local 116 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu); in smp_startup_cpu()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | head.S | 319 ori r15,r0,start_here 326 start_here: label
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_40x.S | 73 lis r0,start_here@h 74 ori r0,r0,start_here@l 558 start_here: label 638 * at this point. However, start_here is at virtual address
|
H A D | head_8xx.S | 108 lis r0,start_here@h 109 ori r0,r0,start_here@l 550 start_here: label
|
H A D | head_book3s_32.S | 98 * start_here() to do the real work. 207 lis r0,start_here@h 208 ori r0,r0,start_here@l 991 start_here: label
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_40x.S | 74 lis r0,start_here@h 75 ori r0,r0,start_here@l 591 start_here: label 671 * at this point. However, start_here is at virtual address
|
H A D | head_8xx.S | 100 lis r0,start_here@h 101 ori r0,r0,start_here@l 524 start_here: label
|
H A D | head_book3s_32.S | 97 * start_here() to do the real work. 204 lis r0,start_here@h 205 ori r0,r0,start_here@l 952 start_here: label
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | head.S | 324 ori r15,r0,start_here 331 start_here: label
|