Searched refs:prom_startcpu (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/prom/ |
H A D | mp.c | 24 prom_startcpu(int cpunode, struct linux_prom_registers *ctable_reg, int ctx, char *pc) in prom_startcpu() function
|
H A D | misc_64.c | 380 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) in prom_startcpu() function
|
/kernel/linux/linux-6.6/arch/sparc/prom/ |
H A D | mp.c | 24 prom_startcpu(int cpunode, struct linux_prom_registers *ctable_reg, int ctx, char *pc) in prom_startcpu() function
|
H A D | misc_64.c | 380 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) in prom_startcpu() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | oplib_32.h | 106 int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
|
H A D | oplib_64.h | 111 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | oplib_32.h | 106 int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
|
H A D | oplib_64.h | 111 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg);
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | oplib.h | 181 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | oplib.h | 181 extern int prom_startcpu(int cpunode, struct linux_prom_registers *context_table,
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4m_smp.c | 93 * Since the call to prom_startcpu() trashes the structure, in smp4m_boot_one_cpu() 103 prom_startcpu(cpu_node, &smp_penguin_ctable, 0, (char *)entry); in smp4m_boot_one_cpu()
|
H A D | sun4d_smp.c | 132 * Since the call to prom_startcpu() trashes the structure, in smp4d_boot_one_cpu() 142 prom_startcpu(cpu_node, in smp4d_boot_one_cpu() 145 printk(KERN_INFO "prom_startcpu returned :)\n"); in smp4d_boot_one_cpu()
|
H A D | smp_64.c | 374 prom_startcpu(dp->phandle, entry, cookie); in smp_boot_one_cpu()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sun4m_smp.c | 93 * Since the call to prom_startcpu() trashes the structure, in smp4m_boot_one_cpu() 103 prom_startcpu(cpu_node, &smp_penguin_ctable, 0, (char *)entry); in smp4m_boot_one_cpu()
|
H A D | sun4d_smp.c | 132 * Since the call to prom_startcpu() trashes the structure, in smp4d_boot_one_cpu() 142 prom_startcpu(cpu_node, in smp4d_boot_one_cpu() 145 printk(KERN_INFO "prom_startcpu returned :)\n"); in smp4d_boot_one_cpu()
|
H A D | smp_64.c | 374 prom_startcpu(dp->phandle, entry, cookie); in smp_boot_one_cpu()
|
Completed in 11 milliseconds