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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dprocessor.h58 extern void identify_cpu(struct mn10300_cpuinfo *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dprocessor.h58 extern void identify_cpu(struct mn10300_cpuinfo *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_32.c95 spec = identify_cpu(offset, mfspr(SPRN_PVR));
H A Dprom.c238 * the "real" pvr. Then we call identify_cpu again with
243 identify_cpu(0, pvr);
337 * such a value, we call identify_cpu again with the
347 identify_cpu(0, *prop);
H A Dsetup_64.c178 identify_cpu(0, mfspr(SPRN_PVR));
H A Dcputable.c2043 /* ppc64 and booke expect identify_cpu to also call setup_cpu for
2055 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_32.c95 spec = identify_cpu(offset, mfspr(SPRN_PVR));
H A Dprom.c238 * the "real" pvr. Then we call identify_cpu again with
243 identify_cpu(0, pvr);
337 * such a value, we call identify_cpu again with the
347 identify_cpu(0, *prop);
H A Dsetup_64.c178 identify_cpu(0, mfspr(SPRN_PVR));
H A Dcputable.c2043 /* ppc64 and booke expect identify_cpu to also call setup_cpu for
2055 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A Dcommon.c759 static void __cpuinit identify_cpu(struct cpuinfo_x86 *c) function
884 identify_cpu(&boot_cpu_data);
898 identify_cpu(c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcommon.c759 static void __cpuinit identify_cpu(struct cpuinfo_x86 *c) function
884 identify_cpu(&boot_cpu_data);
898 identify_cpu(c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dcputable.h78 /* NOTE WELL: Update identify_cpu() if fields are added or removed! */
130 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dsetup.c680 identify_cpu(0, mfspr(SPRN_PVR));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dsetup.c680 identify_cpu(0, mfspr(SPRN_PVR));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcputable.h78 /* NOTE WELL: Update identify_cpu() if fields are added or removed! */
130 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dsetup.c786 identify_cpu (struct cpuinfo_ia64 *c) function
958 * We can't pass "local_cpu_data" to identify_cpu() because we haven't called
960 * depends on the data returned by identify_cpu(). We break the dependency by
964 identify_cpu(cpu_info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsetup.c786 identify_cpu (struct cpuinfo_ia64 *c) function
958 * We can't pass "local_cpu_data" to identify_cpu() because we haven't called
960 * depends on the data returned by identify_cpu(). We break the dependency by
964 identify_cpu(cpu_info);

Completed in 278 milliseconds