Searched refs:cpu_spec (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | cputable.c | 22 static struct cpu_spec the_cpu_spec __read_mostly; 24 struct cpu_spec* cur_cpu_spec __read_mostly = NULL; 136 static struct cpu_spec __initdata cpu_specs[] = { 1979 void __init set_cur_cpu_spec(struct cpu_spec *s) in set_cur_cpu_spec() 1981 struct cpu_spec *t = &the_cpu_spec; in set_cur_cpu_spec() 1994 struct cpu_spec *s) in setup_cpu_spec() 1996 struct cpu_spec *t = &the_cpu_spec; in setup_cpu_spec() 1997 struct cpu_spec old; in setup_cpu_spec() 2063 struct cpu_spec *s = cpu_specs; in identify_cpu() 2085 struct cpu_spec *s = cpu_specs; in identify_cpu_name() [all …]
|
A D | cpu_setup_power.c | 17 static bool init_hvmode_206(struct cpu_spec *t) in init_hvmode_206() 134 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power7() 157 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power8() 194 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power9() 233 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power10()
|
A D | asm-offsets.c | 321 OFFSET(CPU_SPEC_FEATURES, cpu_spec, cpu_features); in main() 322 OFFSET(CPU_SPEC_SETUP, cpu_spec, cpu_setup); in main() 323 OFFSET(CPU_SPEC_RESTORE, cpu_spec, cpu_restore); in main()
|
A D | dt_cpu_ftrs.c | 94 static struct cpu_spec __initdata base_cpu_spec = {
|
/linux/arch/powerpc/include/asm/ |
A D | cpu_setup_power.h | 5 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec); 7 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec); 9 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec); 11 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec);
|
A D | cputable.h | 15 struct cpu_spec; 17 typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec); 44 struct cpu_spec { struct 91 extern struct cpu_spec *cur_cpu_spec; argument 95 extern void set_cur_cpu_spec(struct cpu_spec *s); 96 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
|
/linux/arch/powerpc/lib/ |
A D | feature-fixups.c | 654 struct cpu_spec *spec = PTRRELOC(*PTRRELOC(&cur_cpu_spec)); in apply_feature_fixups()
|
Completed in 13 milliseconds