Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Domap-hotplug.c29 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()
A Domap-wakeupgen.c550 unsigned int boot_cpu = smp_processor_id(); in wakeupgen_init() local
609 irq_target_cpu[i] = boot_cpu; in wakeupgen_init()
/linux/drivers/irqchip/
A Dirq-bcm7038-l1.c299 int boot_cpu, word; in bcm7038_l1_suspend() local
304 boot_cpu = cpu_logical_map(0); in bcm7038_l1_suspend()
306 boot_cpu = 0; in bcm7038_l1_suspend()
313 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_suspend()
315 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_suspend()
325 int boot_cpu, word; in bcm7038_l1_resume() local
328 boot_cpu = cpu_logical_map(0); in bcm7038_l1_resume()
330 boot_cpu = 0; in bcm7038_l1_resume()
335 l1_writel(intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
336 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_resume()
[all …]
/linux/arch/mips/kernel/
A Dsmp-bmips.c77 int i, cpu = 1, boot_cpu = 0; in bmips_smp_setup() local
90 boot_cpu = !!(read_c0_brcm_cmt_local() & (1 << 31)); in bmips_smp_setup()
98 if (boot_cpu == 0) in bmips_smp_setup()
139 __cpu_number_map[boot_cpu] = 0; in bmips_smp_setup()
140 __cpu_logical_map[0] = boot_cpu; in bmips_smp_setup()
143 if (i != boot_cpu) { in bmips_smp_setup()
152 __cpu_number_map[0] = boot_cpu; in bmips_smp_setup()
/linux/kernel/
A Dsmpboot.c68 unsigned int cpu, boot_cpu; in idle_threads_init() local
70 boot_cpu = smp_processor_id(); in idle_threads_init()
73 if (cpu != boot_cpu) in idle_threads_init()

Completed in 15 milliseconds