Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dearly_32.c34 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
H A Dprom.c280 * the "real" pvr. Then we call identify_cpu again with in identical_pvr_fixup()
285 identify_cpu(0, pvr); in identical_pvr_fixup()
361 * such a value, we call identify_cpu again with the in early_init_dt_scan_cpus()
377 identify_cpu(0, be32_to_cpup(prop)); in early_init_dt_scan_cpus()
H A Dsetup_64.c333 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
H A Dcputable.c2141 /* ppc64 and booke expect identify_cpu to also call setup_cpu for in setup_cpu_spec()
2155 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) in identify_cpu() function
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dearly_32.c33 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
H A Dcputable.c92 /* ppc64 and booke expect identify_cpu to also call setup_cpu for in setup_cpu_spec()
106 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) in identify_cpu() function
H A Dprom.c297 * the "real" pvr. Then we call identify_cpu again with in identical_pvr_fixup()
302 identify_cpu(0, pvr); in identical_pvr_fixup()
396 * such a value, we call identify_cpu again with the in early_init_dt_scan_cpus()
412 identify_cpu(0, be32_to_cpup(prop)); in early_init_dt_scan_cpus()
H A Dsetup_64.c378 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsetup.c801 identify_cpu (struct cpuinfo_ia64 *c) in identify_cpu() function
973 * We can't pass "local_cpu_data" to identify_cpu() because we haven't called in cpu_init()
975 * depends on the data returned by identify_cpu(). We break the dependency by in cpu_init()
979 identify_cpu(cpu_info); in cpu_init()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dsetup.c797 identify_cpu (struct cpuinfo_ia64 *c) in identify_cpu() function
969 * We can't pass "local_cpu_data" to identify_cpu() because we haven't called in cpu_init()
971 * depends on the data returned by identify_cpu(). We break the dependency by in cpu_init()
975 identify_cpu(cpu_info); in cpu_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcputable.h54 /* NOTE WELL: Update identify_cpu() if fields are added or removed! */
117 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c1677 static void identify_cpu(struct cpuinfo_x86 *c) in identify_cpu() function
1836 identify_cpu(&boot_cpu_data); in identify_boot_cpu()
1850 identify_cpu(c); in identify_secondary_cpu()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c1852 static void identify_cpu(struct cpuinfo_x86 *c) in identify_cpu() function
2021 identify_cpu(&boot_cpu_data); in identify_boot_cpu()
2037 identify_cpu(c); in identify_secondary_cpu()

Completed in 19 milliseconds