Searched refs:jump_addr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/mach-hisi/ |
D | platsmp.c | 26 void hi3xxx_set_cpu_jump(int cpu, void *jump_addr) in hi3xxx_set_cpu_jump() argument 31 writel_relaxed(__pa_symbol(jump_addr), ctrl_base + ((cpu - 1) << 2)); in hi3xxx_set_cpu_jump() 106 static void hix5hd2_set_scu_boot_addr(phys_addr_t start_addr, phys_addr_t jump_addr) in hix5hd2_set_scu_boot_addr() argument 113 writel_relaxed(jump_addr, virt + 4); /* pc jump phy address */ in hix5hd2_set_scu_boot_addr() 142 static void hip01_set_boot_addr(phys_addr_t start_addr, phys_addr_t jump_addr) in hip01_set_boot_addr() argument 149 writel_relaxed(jump_addr, virt + 4); in hip01_set_boot_addr()
|
D | core.h | 7 extern void hi3xxx_set_cpu_jump(int cpu, void *jump_addr);
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | src.c | 99 void imx_set_cpu_jump(int cpu, void *jump_addr) in imx_set_cpu_jump() argument 102 writel_relaxed(__pa_symbol(jump_addr), in imx_set_cpu_jump()
|
D | common.h | 76 void imx_set_cpu_jump(int cpu, void *jump_addr);
|