Home
last modified time | relevance | path

Searched refs:boot_cpu_id (Results 1 – 13 of 13) sorted by relevance

/linux/arch/sparc/kernel/
H A Dhead_32.S433 sethi %hi(boot_cpu_id), %g2 ! boot-cpu index
436 ldub [%g2 + %lo(boot_cpu_id)], %g1
449 stub %g1, [%g2 + %lo(boot_cpu_id)]
474 sethi %hi(boot_cpu_id), %g5
475 stb %g4, [%g5 + %lo(boot_cpu_id)]
542 sethi %hi(boot_cpu_id), %g2
543 ldub [%g2 + %lo(boot_cpu_id)], %g3
548 stub %g3, [%g2 + %lo(boot_cpu_id)]
H A Dsmp_32.c192 smp_store_cpu_info(boot_cpu_id); in smp_prepare_cpus()
H A Dsetup_32.c95 unsigned char boot_cpu_id = 0xff; /* 0xff will make it into DATA section... */ variable
H A Dtime_32.c122 BUG_ON(smp_processor_id() != boot_cpu_id); in setup_timer_ce()
H A Dsun4d_smp.c117 if (boot_cpu_id) in smp4d_boot_cpus()
H A Dsun4d_irq.c489 target_cpu = boot_cpu_id; in sun4d_init_sbi_irq()
/linux/arch/loongarch/include/asm/
H A Dbootinfo.h36 int boot_cpu_id; member
/linux/arch/sparc/include/asm/
H A Dsetup.h18 extern unsigned char boot_cpu_id;
/linux/arch/loongarch/kernel/
H A Dacpi.c75 if (cpuid == loongson_sysconf.boot_cpu_id) in set_processor_mask()
226 loongson_sysconf.boot_cpu_id = read_csr_cpuid(); in acpi_boot_table_init()
H A Dsmp.c330 if (cpuid == loongson_sysconf.boot_cpu_id) in fdt_smp_setup()
/linux/arch/mips/include/asm/mach-loongson64/
H A Dloongson.h27 u16 boot_cpu_id; member
/linux/drivers/irqchip/
H A Dirq-loongson-liointc.c277 priv->map_cache[i] |= BIT(loongson_sysconf.boot_cpu_id); in liointc_init()
/linux/arch/alpha/kernel/
H A Dsmp.c578 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()