Searched refs:identify_cpu (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | early_32.c | 34 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
|
H A D | prom.c | 280 * 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 D | setup_64.c | 333 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
|
H A D | cputable.c | 2141 /* 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 D | early_32.c | 33 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
|
H A D | cputable.c | 92 /* 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 D | prom.c | 297 * 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 D | setup_64.c | 378 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | setup.c | 801 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 D | setup.c | 797 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 D | cputable.h | 54 /* 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 D | cputable.h | 43 /* 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 D | common.c | 1677 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 D | common.c | 1852 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