Searched refs:boot_cpu (Results 1 – 5 of 5) sorted by relevance
29 unsigned int boot_cpu = 0; in omap4_cpu_die() local 50 boot_cpu = omap_read_auxcoreboot0() >> 9; in omap4_cpu_die() 52 boot_cpu = in omap4_cpu_die() 55 if (boot_cpu == smp_processor_id()) { in omap4_cpu_die()
551 unsigned int boot_cpu = smp_processor_id(); in wakeupgen_init() local 609 irq_target_cpu[i] = boot_cpu; in wakeupgen_init()
298 int boot_cpu, word; in bcm7038_l1_suspend() local 303 boot_cpu = cpu_logical_map(0); in bcm7038_l1_suspend() 305 boot_cpu = 0; in bcm7038_l1_suspend() 312 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_suspend() 314 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_suspend() 324 int boot_cpu, word; in bcm7038_l1_resume() local 327 boot_cpu = cpu_logical_map(0); in bcm7038_l1_resume() 329 boot_cpu = 0; in bcm7038_l1_resume() 334 l1_writel(intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume() 335 intc->cpus[boot_cpu] in bcm7038_l1_resume() [all...]
79 int i, cpu = 1, boot_cpu = 0; in bmips_smp_setup() local 92 boot_cpu = !!(read_c0_brcm_cmt_local() & (1 << 31)); in bmips_smp_setup() 100 if (boot_cpu == 0) in bmips_smp_setup() 141 __cpu_number_map[boot_cpu] = 0; in bmips_smp_setup() 142 __cpu_logical_map[0] = boot_cpu; in bmips_smp_setup() 145 if (i != boot_cpu) { in bmips_smp_setup() 154 __cpu_number_map[0] = boot_cpu; in bmips_smp_setup()
596 extern void cpu_init_exception_handling(bool boot_cpu);