Home
last modified time | relevance | path

Searched refs:boot_cpu (Results 1 – 8 of 8) 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.c298 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]->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/include/asm/
H A Dprocessor.h596 extern void cpu_init_exception_handling(bool boot_cpu);
/linux/arch/arm64/kernel/
H A Dcpufeature.c3413 bool boot_cpu = false; in update_cpu_capabilities() local
3421 boot_cpu = scope_mask & SCOPE_BOOT_CPU; in update_cpu_capabilities()
3435 if (match_all && !caps_set && !boot_cpu) in update_cpu_capabilities()
3453 if (boot_cpu && (caps->type & SCOPE_BOOT_CPU)) in update_cpu_capabilities()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2370 void cpu_init_exception_handling(bool boot_cpu) in cpu_init_exception_handling() argument
2391 if (!boot_cpu) in cpu_init_exception_handling()