Lines Matching defs:boot_reg
196 void __iomem *boot_reg;
198 boot_reg = cpu_boot_reg_base();
199 if (!boot_reg)
202 boot_reg += 4*cpu;
204 boot_reg += 4;
205 return boot_reg;
281 void __iomem *boot_reg = cpu_boot_reg(core_id);
283 if (IS_ERR(boot_reg)) {
284 ret = PTR_ERR(boot_reg);
287 writel_relaxed(boot_addr, boot_reg);
306 void __iomem *boot_reg = cpu_boot_reg(core_id);
308 if (IS_ERR(boot_reg)) {
309 ret = PTR_ERR(boot_reg);
312 *boot_addr = readl_relaxed(boot_reg);