Lines Matching refs:cpu_spec
23 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()
106 struct cpu_spec * __init identify_cpu(unsigned long offset, unsigned int pvr) in identify_cpu()
108 struct cpu_spec *s = cpu_specs; in identify_cpu()
132 struct cpu_spec *s = cpu_specs; in identify_cpu_name()
133 struct cpu_spec *t = &the_cpu_spec; in identify_cpu_name()