Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dbootinfo.h36 int boot_cpu_id; member
/linux/arch/sparc/kernel/
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/mips/include/asm/mach-loongson64/
H A Dloongson.h27 u16 boot_cpu_id; member
/linux/arch/mips/loongson64/
H A Denv.c261 loongson_sysconf.boot_cpu_id = ecpu->cpu_startup_core_id; in prom_lefi_init_env()
/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()