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

/linux-master/arch/arm/mach-bcm/
H A Dplatsmp.c161 phys_addr_t boot_func; local
188 boot_func = __pa_symbol(secondary_startup);
189 BUG_ON(boot_func & BOOT_ADDR_CPUID_MASK);
190 BUG_ON(boot_func > (phys_addr_t)U32_MAX);
193 boot_val = (u32)boot_func | cpu_id;

Completed in 89 milliseconds