Searched refs:boot_func (Results 1 – 1 of 1) sorted by relevance
145 phys_addr_t boot_func; in bcm_boot_secondary() local172 boot_func = virt_to_phys(secondary_startup); in bcm_boot_secondary()173 BUG_ON(boot_func & BOOT_ADDR_CPUID_MASK); in bcm_boot_secondary()174 BUG_ON(boot_func > (phys_addr_t)U32_MAX); in bcm_boot_secondary()177 boot_val = (u32)boot_func | cpu_id; in bcm_boot_secondary()