Home
last modified time | relevance | path

Searched refs:cpu_spec (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcpu_setup.h8 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec);
9 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec);
10 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec);
11 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec);
17 void __setup_cpu_e500v1(unsigned long offset, struct cpu_spec *spec);
18 void __setup_cpu_e500v2(unsigned long offset, struct cpu_spec *spec);
20 void __setup_cpu_440ep(unsigned long offset, struct cpu_spec *spec);
22 void __setup_cpu_440gx(unsigned long offset, struct cpu_spec *spec);
30 void __setup_cpu_603(unsigned long offset, struct cpu_spec *spec);
31 void __setup_cpu_604(unsigned long offset, struct cpu_spec *spec);
[all …]
A Dcputable.h15 struct cpu_spec;
17 typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec);
44 struct cpu_spec { struct
88 extern struct cpu_spec *cur_cpu_spec; argument
92 extern void set_cur_cpu_spec(struct cpu_spec *s);
93 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
/linux-6.3-rc2/arch/powerpc/kernel/
A Dcputable.c23 static struct cpu_spec the_cpu_spec __read_mostly;
25 struct cpu_spec* cur_cpu_spec __read_mostly = NULL;
33 void __init set_cur_cpu_spec(struct cpu_spec *s) in set_cur_cpu_spec()
35 struct cpu_spec *t = &the_cpu_spec; in set_cur_cpu_spec()
47 static struct cpu_spec * __init setup_cpu_spec(unsigned long offset, in setup_cpu_spec()
48 struct cpu_spec *s) in setup_cpu_spec()
50 struct cpu_spec *t = &the_cpu_spec; in setup_cpu_spec()
51 struct cpu_spec old; in setup_cpu_spec()
104 struct cpu_spec *s = cpu_specs; in identify_cpu()
128 struct cpu_spec *s = cpu_specs; in identify_cpu_name()
[all …]
A Dcpu_setup_power.c17 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()
159 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power8()
198 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power9()
239 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power10()
A Dcpu_specs_8xx.h6 static struct cpu_spec cpu_specs[] __initdata = {
A Dcpu_specs_85xx.h9 static struct cpu_spec cpu_specs[] __initdata = {
A Dcpu_specs_47x.h9 static struct cpu_spec cpu_specs[] __initdata = {
A Dcpu_specs_e500mc.h17 static struct cpu_spec cpu_specs[] __initdata = {
A Dcpu_specs_40x.h6 static struct cpu_spec cpu_specs[] __initdata = {
A Dcpu_specs_44x.h9 static struct cpu_spec cpu_specs[] __initdata = {
A Dasm-offsets.c323 OFFSET(CPU_SPEC_FEATURES, cpu_spec, cpu_features); in main()
324 OFFSET(CPU_SPEC_SETUP, cpu_spec, cpu_setup); in main()
325 OFFSET(CPU_SPEC_RESTORE, cpu_spec, cpu_restore); in main()
A Dcpu_specs_book3s_64.h63 static struct cpu_spec cpu_specs[] __initdata = {
A Dcpu_specs_book3s_32.h9 static struct cpu_spec cpu_specs[] __initdata = {
A Ddt_cpu_ftrs.c95 static struct cpu_spec __initdata base_cpu_spec = {
/linux-6.3-rc2/arch/powerpc/lib/
A Dfeature-fixups.c625 struct cpu_spec *spec = PTRRELOC(*PTRRELOC(&cur_cpu_spec)); in apply_feature_fixups()

Completed in 25 milliseconds