Searched refs:jump_addr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/arm/mach-hisi/ |
D | platsmp.c | 23 void hi3xxx_set_cpu_jump(int cpu, void *jump_addr) in hi3xxx_set_cpu_jump() argument 28 writel_relaxed(__pa_symbol(jump_addr), ctrl_base + ((cpu - 1) << 2)); in hi3xxx_set_cpu_jump() 103 static void hix5hd2_set_scu_boot_addr(phys_addr_t start_addr, phys_addr_t jump_addr) in hix5hd2_set_scu_boot_addr() argument 110 writel_relaxed(jump_addr, virt + 4); /* pc jump phy address */ in hix5hd2_set_scu_boot_addr() 139 static void hip01_set_boot_addr(phys_addr_t start_addr, phys_addr_t jump_addr) in hip01_set_boot_addr() argument 146 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-v5.4/arch/arm/mach-imx/ |
D | src.c | 93 void imx_set_cpu_jump(int cpu, void *jump_addr) in imx_set_cpu_jump() argument 96 writel_relaxed(__pa_symbol(jump_addr), in imx_set_cpu_jump()
|
D | common.h | 81 void imx_set_cpu_jump(int cpu, void *jump_addr);
|