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

/linux-master/arch/powerpc/kernel/
H A Dearly_32.c33 identify_cpu(offset, mfspr(SPRN_PVR));
H A Dcputable.c92 /* ppc64 and booke expect identify_cpu to also call setup_cpu for
106 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) function
H A Dprom.c301 * the "real" pvr. Then we call identify_cpu again with
306 identify_cpu(0, pvr);
406 * such a value, we call identify_cpu again with the
422 identify_cpu(0, be32_to_cpup(prop));
H A Dsetup_64.c378 identify_cpu(0, mfspr(SPRN_PVR));
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1779 static void identify_cpu(struct cpuinfo_x86 *c) function
1936 identify_cpu(&boot_cpu_data);
1953 identify_cpu(c);
/linux-master/arch/powerpc/include/asm/
H A Dcputable.h43 /* NOTE WELL: Update identify_cpu() if fields are added or removed! */
93 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);

Completed in 114 milliseconds