Symbol: cpu_spec
arch/powerpc/include/asm/cpu_setup.h
10
void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
11
void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
17
void __setup_cpu_e500v1(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
18
void __setup_cpu_e500v2(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
19
void __setup_cpu_e500mc(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
20
void __setup_cpu_440ep(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
21
void __setup_cpu_440epx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
22
void __setup_cpu_440gx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
23
void __setup_cpu_440grx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
24
void __setup_cpu_440spe(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
25
void __setup_cpu_440x5(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
26
void __setup_cpu_460ex(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
27
void __setup_cpu_460gt(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
28
void __setup_cpu_460sx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
29
void __setup_cpu_apm821xx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
30
void __setup_cpu_603(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
31
void __setup_cpu_604(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
32
void __setup_cpu_750(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
33
void __setup_cpu_750cx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
34
void __setup_cpu_750fx(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
35
void __setup_cpu_7400(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
36
void __setup_cpu_7410(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
37
void __setup_cpu_745x(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
39
void __setup_cpu_ppc970(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
40
void __setup_cpu_ppc970MP(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
41
void __setup_cpu_pa6t(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
45
void __setup_cpu_e5500(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
46
void __setup_cpu_e6500(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
8
void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cpu_setup.h
9
void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec);
arch/powerpc/include/asm/cputable.h
15
struct cpu_spec;
arch/powerpc/include/asm/cputable.h
17
typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec);
arch/powerpc/include/asm/cputable.h
88
extern struct cpu_spec *cur_cpu_spec;
arch/powerpc/include/asm/cputable.h
92
extern void set_cur_cpu_spec(struct cpu_spec *s);
arch/powerpc/include/asm/cputable.h
93
extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
arch/powerpc/kernel/asm-offsets.c
324
OFFSET(CPU_SPEC_FEATURES, cpu_spec, cpu_features);
arch/powerpc/kernel/asm-offsets.c
325
OFFSET(CPU_SPEC_SETUP, cpu_spec, cpu_setup);
arch/powerpc/kernel/asm-offsets.c
326
OFFSET(CPU_SPEC_RESTORE, cpu_spec, cpu_restore);
arch/powerpc/kernel/cpu_setup_power.c
140
void __setup_cpu_power7(unsigned long offset, struct cpu_spec *t)
arch/powerpc/kernel/cpu_setup_power.c
165
void __setup_cpu_power8(unsigned long offset, struct cpu_spec *t)
arch/powerpc/kernel/cpu_setup_power.c
17
static bool init_hvmode_206(struct cpu_spec *t)
arch/powerpc/kernel/cpu_setup_power.c
204
void __setup_cpu_power9(unsigned long offset, struct cpu_spec *t)
arch/powerpc/kernel/cpu_setup_power.c
245
void __setup_cpu_power10(unsigned long offset, struct cpu_spec *t)
arch/powerpc/kernel/cpu_specs_44x.h
9
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cpu_specs_47x.h
9
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cpu_specs_85xx.h
9
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cpu_specs_8xx.h
6
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cpu_specs_book3s_32.h
9
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cpu_specs_book3s_64.h
66
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cpu_specs_e500mc.h
18
static struct cpu_spec cpu_specs[] __initdata = {
arch/powerpc/kernel/cputable.c
106
struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr)
arch/powerpc/kernel/cputable.c
108
struct cpu_spec *s = cpu_specs;
arch/powerpc/kernel/cputable.c
132
struct cpu_spec *s = cpu_specs;
arch/powerpc/kernel/cputable.c
133
struct cpu_spec *t = &the_cpu_spec;
arch/powerpc/kernel/cputable.c
23
static struct cpu_spec the_cpu_spec __ro_after_init;
arch/powerpc/kernel/cputable.c
25
struct cpu_spec *cur_cpu_spec __ro_after_init = NULL;
arch/powerpc/kernel/cputable.c
33
void __init set_cur_cpu_spec(struct cpu_spec *s)
arch/powerpc/kernel/cputable.c
35
struct cpu_spec *t = &the_cpu_spec;
arch/powerpc/kernel/cputable.c
47
static struct cpu_spec * __init setup_cpu_spec(unsigned long offset,
arch/powerpc/kernel/cputable.c
48
struct cpu_spec *s)
arch/powerpc/kernel/cputable.c
50
struct cpu_spec *t = &the_cpu_spec;
arch/powerpc/kernel/cputable.c
51
struct cpu_spec old;
arch/powerpc/kernel/dt_cpu_ftrs.c
95
static struct cpu_spec __initdata base_cpu_spec = {
arch/powerpc/kexec/vmcore_info.c
28
VMCOREINFO_OFFSET(cpu_spec, cpu_features);
arch/powerpc/kexec/vmcore_info.c
29
VMCOREINFO_OFFSET(cpu_spec, mmu_features);
arch/powerpc/lib/feature-fixups.c
639
struct cpu_spec *spec = PTRRELOC(*PTRRELOC(&cur_cpu_spec));