Searched refs:secondary_boot (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-bcm/
H A Dkona_smp.c35 static u32 secondary_boot; variable
84 BUG_ON(secondary_boot); /* We're called only once */ bcm_smp_prepare_cpus()
101 if (of_property_read_u32(node, OF_SECONDARY_BOOT, &secondary_boot)) { bcm_smp_prepare_cpus()
157 if (!secondary_boot) { bcm_boot_secondary()
162 boot_reg = ioremap_nocache((phys_addr_t)secondary_boot, sizeof(u32)); bcm_boot_secondary()

Completed in 50 milliseconds