Home
last modified time | relevance | path

Searched refs:cpu_bootaddr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c30 static void __iomem *cpu_bootaddr; variable
38 if (!cpu_bootaddr) in r9a06g032_smp_boot_secondary()
43 writel(__pa_symbol(secondary_startup), cpu_bootaddr); in r9a06g032_smp_boot_secondary()
87 cpu_bootaddr = ioremap(bootaddr, sizeof(bootaddr)); in r9a06g032_smp_prepare_cpus()