Searched refs:identify_cpu (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/parisc/include/asm/
H A Dbugs.h18 // identify_cpu(&boot_cpu_data); check_bugs()
/linux-4.4.14/arch/powerpc/kernel/
H A Dprom.c270 * the "real" pvr. Then we call identify_cpu again with identical_pvr_fixup()
275 identify_cpu(0, pvr); identical_pvr_fixup()
367 * such a value, we call identify_cpu again with the early_init_dt_scan_cpus()
377 identify_cpu(0, be32_to_cpup(prop)); early_init_dt_scan_cpus()
H A Dsetup_32.c87 spec = identify_cpu(offset, mfspr(SPRN_PVR)); early_init()
H A Dsetup_64.c251 identify_cpu(0, mfspr(SPRN_PVR)); early_setup()
H A Dcputable.c2168 /* ppc64 and booke expect identify_cpu to also call setup_cpu for setup_cpu_spec()
2182 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) identify_cpu() function
/linux-4.4.14/arch/mn10300/include/asm/
H A Dprocessor.h68 extern void identify_cpu(struct mn10300_cpuinfo *);
/linux-4.4.14/arch/powerpc/include/asm/
H A Dcputable.h46 /* NOTE WELL: Update identify_cpu() if fields are added or removed! */
111 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
/linux-4.4.14/arch/ia64/kernel/
H A Dsetup.c771 identify_cpu (struct cpuinfo_ia64 *c) identify_cpu() function
943 * We can't pass "local_cpu_data" to identify_cpu() because we haven't called cpu_init()
945 * depends on the data returned by identify_cpu(). We break the dependency by cpu_init()
949 identify_cpu(cpu_info); cpu_init()
H A Dsmpboot.c792 * identify_siblings(cpu) gets called from identify_cpu. This populates the
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcommon.c862 static void identify_cpu(struct cpuinfo_x86 *c) identify_cpu() function
1022 identify_cpu(&boot_cpu_data); identify_boot_cpu()
1034 identify_cpu(c); identify_secondary_cpu()

Completed in 656 milliseconds