Searched refs:bootcpu (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/scripts/dtc/
H A Dlivetree.c553 struct node *cpus, *bootcpu; guess_boot_cpuid() local
561 bootcpu = cpus->children; guess_boot_cpuid()
562 if (!bootcpu) guess_boot_cpuid()
565 reg = get_property(bootcpu, "reg"); guess_boot_cpuid()
/linux-4.1.27/arch/mips/netlogic/xlp/
H A Dwakeup.c93 static int wait_for_cpus(int cpu, int bootcpu) wait_for_cpus() argument
102 if (cpu_ready[cpu + i] || (cpu + i) == bootcpu) wait_for_cpus()
/linux-4.1.27/arch/powerpc/mm/
H A Dmmu_decl.h152 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dsetup.c478 * For the bootcpu, we do this here. All other cpus will make the sn_setup()

Completed in 153 milliseconds