Home
last modified time | relevance | path

Searched refs:bootcpu (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/netlogic/xlp/
Dwakeup.c93 static int wait_for_cpus(int cpu, int bootcpu) in wait_for_cpus() argument
102 if (cpu_ready[cpu + i] || (cpu + i) == bootcpu) in wait_for_cpus()
/linux-4.1.27/scripts/dtc/
Dlivetree.c553 struct node *cpus, *bootcpu; in guess_boot_cpuid() local
561 bootcpu = cpus->children; in guess_boot_cpuid()
562 if (!bootcpu) in guess_boot_cpuid()
565 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()
/linux-4.1.27/arch/powerpc/mm/
Dmmu_decl.h152 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);