Lines Matching refs:boot_reg
194 void __iomem *boot_reg;
196 boot_reg = cpu_boot_reg_base();
197 if (!boot_reg)
200 boot_reg += 4*cpu;
202 boot_reg += 4;
203 return boot_reg;
279 void __iomem *boot_reg = cpu_boot_reg(core_id);
281 if (IS_ERR(boot_reg)) {
282 ret = PTR_ERR(boot_reg);
285 writel_relaxed(boot_addr, boot_reg);
304 void __iomem *boot_reg = cpu_boot_reg(core_id);
306 if (IS_ERR(boot_reg)) {
307 ret = PTR_ERR(boot_reg);
310 *boot_addr = readl_relaxed(boot_reg);