Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H 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()
H A Domap-wakeupgen.c551 unsigned int boot_cpu = smp_processor_id(); in wakeupgen_init() local
609 irq_target_cpu[i] = boot_cpu; in wakeupgen_init()
/linux/drivers/irqchip/
H A Dirq-bcm7038-l1.c291 int boot_cpu, word; in bcm7038_l1_suspend() local
296 boot_cpu = cpu_logical_map(0); in bcm7038_l1_suspend()
298 boot_cpu = 0; in bcm7038_l1_suspend()
305 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_suspend()
307 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word)); in bcm7038_l1_suspend()
317 int boot_cpu, word; in bcm7038_l1_resume() local
320 boot_cpu = cpu_logical_map(0); in bcm7038_l1_resume()
322 boot_cpu = 0; in bcm7038_l1_resume()
327 l1_writel(intc->cpus[boot_cpu]->mask_cache[word], in bcm7038_l1_resume()
328 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word)); in bcm7038_l1_resume()
[all …]
/linux/arch/mips/kernel/
H A Dsmp-bmips.c79 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()
/linux/kernel/
H A Dsmpboot.c66 unsigned int cpu, boot_cpu; in idle_threads_init() local
68 boot_cpu = smp_processor_id(); in idle_threads_init()
71 if (cpu != boot_cpu) in idle_threads_init()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2389 void cpu_init_exception_handling(bool boot_cpu) in cpu_init_exception_handling() argument
2410 if (!boot_cpu) in cpu_init_exception_handling()
/linux/arch/arm64/kernel/
H A Dcpufeature.c3472 bool boot_cpu = false; in update_cpu_capabilities() local
3480 boot_cpu = scope_mask & SCOPE_BOOT_CPU; in update_cpu_capabilities()
3494 if (match_all && !caps_set && !boot_cpu) in update_cpu_capabilities()
3512 if (boot_cpu && (caps->type & SCOPE_BOOT_CPU)) in update_cpu_capabilities()