Home
last modified time | relevance | path

Searched refs:identify_cpu (Results 1 – 8 of 8) sorted by relevance

/arch/mn10300/include/asm/
Dprocessor.h68 extern void identify_cpu(struct mn10300_cpuinfo *);
/arch/powerpc/kernel/
Dsetup_32.c92 spec = identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
Dprom.c279 identify_cpu(0, pvr); in identical_pvr_fixup()
381 identify_cpu(0, be32_to_cpup(prop)); in early_init_dt_scan_cpus()
Dsetup_64.c251 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
Dcputable.c2159 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) in identify_cpu() function
/arch/x86/kernel/cpu/
Dcommon.c838 static void identify_cpu(struct cpuinfo_x86 *c) in identify_cpu() function
1006 identify_cpu(&boot_cpu_data); in identify_boot_cpu()
1020 identify_cpu(c); in identify_secondary_cpu()
/arch/ia64/kernel/
Dsetup.c782 identify_cpu (struct cpuinfo_ia64 *c) in identify_cpu() function
960 identify_cpu(cpu_info); in cpu_init()
/arch/powerpc/include/asm/
Dcputable.h111 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);