1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
5 * Modifications for ppc64:
6 * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
9 #include <linux/string.h>
10 #include <linux/sched.h>
11 #include <linux/threads.h>
12 #include <linux/init.h>
13 #include <linux/export.h>
14 #include <linux/jump_label.h>
16 #include <asm/oprofile_impl.h>
17 #include <asm/cputable.h>
18 #include <asm/prom.h> /* for PTRRELOC on ARCH=ppc */
21 #include <asm/setup.h>
23 static struct cpu_spec the_cpu_spec __read_mostly
;
25 struct cpu_spec
* cur_cpu_spec __read_mostly
= NULL
;
26 EXPORT_SYMBOL(cur_cpu_spec
);
28 /* The platform string corresponding to the real PVR */
29 const char *powerpc_base_platform
;
32 * Unlike ppc32, ppc64 will only call this once for the boot CPU, it's
33 * the responsibility of the appropriate CPU save/restore functions to
34 * eventually copy these settings over. Those save/restore aren't yet
35 * part of the cputable though. That has to be fixed for both ppc32
39 extern void __setup_cpu_e500v1(unsigned long offset
, struct cpu_spec
* spec
);
40 extern void __setup_cpu_e500v2(unsigned long offset
, struct cpu_spec
* spec
);
41 extern void __setup_cpu_e500mc(unsigned long offset
, struct cpu_spec
* spec
);
42 extern void __setup_cpu_440ep(unsigned long offset
, struct cpu_spec
* spec
);
43 extern void __setup_cpu_440epx(unsigned long offset
, struct cpu_spec
* spec
);
44 extern void __setup_cpu_440gx(unsigned long offset
, struct cpu_spec
* spec
);
45 extern void __setup_cpu_440grx(unsigned long offset
, struct cpu_spec
* spec
);
46 extern void __setup_cpu_440spe(unsigned long offset
, struct cpu_spec
* spec
);
47 extern void __setup_cpu_440x5(unsigned long offset
, struct cpu_spec
* spec
);
48 extern void __setup_cpu_460ex(unsigned long offset
, struct cpu_spec
* spec
);
49 extern void __setup_cpu_460gt(unsigned long offset
, struct cpu_spec
* spec
);
50 extern void __setup_cpu_460sx(unsigned long offset
, struct cpu_spec
*spec
);
51 extern void __setup_cpu_apm821xx(unsigned long offset
, struct cpu_spec
*spec
);
52 extern void __setup_cpu_603(unsigned long offset
, struct cpu_spec
* spec
);
53 extern void __setup_cpu_604(unsigned long offset
, struct cpu_spec
* spec
);
54 extern void __setup_cpu_750(unsigned long offset
, struct cpu_spec
* spec
);
55 extern void __setup_cpu_750cx(unsigned long offset
, struct cpu_spec
* spec
);
56 extern void __setup_cpu_750fx(unsigned long offset
, struct cpu_spec
* spec
);
57 extern void __setup_cpu_7400(unsigned long offset
, struct cpu_spec
* spec
);
58 extern void __setup_cpu_7410(unsigned long offset
, struct cpu_spec
* spec
);
59 extern void __setup_cpu_745x(unsigned long offset
, struct cpu_spec
* spec
);
60 #endif /* CONFIG_PPC32 */
62 #include <asm/cpu_setup_power.h>
63 extern void __setup_cpu_ppc970(unsigned long offset
, struct cpu_spec
* spec
);
64 extern void __setup_cpu_ppc970MP(unsigned long offset
, struct cpu_spec
* spec
);
65 extern void __setup_cpu_pa6t(unsigned long offset
, struct cpu_spec
* spec
);
66 extern void __restore_cpu_pa6t(void);
67 extern void __restore_cpu_ppc970(void);
68 extern long __machine_check_early_realmode_p7(struct pt_regs
*regs
);
69 extern long __machine_check_early_realmode_p8(struct pt_regs
*regs
);
70 extern long __machine_check_early_realmode_p9(struct pt_regs
*regs
);
71 #endif /* CONFIG_PPC64 */
72 #if defined(CONFIG_E500)
73 extern void __setup_cpu_e5500(unsigned long offset
, struct cpu_spec
* spec
);
74 extern void __setup_cpu_e6500(unsigned long offset
, struct cpu_spec
* spec
);
75 extern void __restore_cpu_e5500(void);
76 extern void __restore_cpu_e6500(void);
77 #endif /* CONFIG_E500 */
79 /* This table only contains "desktop" CPUs, it need to be filled with embedded
82 #define COMMON_USER (PPC_FEATURE_32 | PPC_FEATURE_HAS_FPU | \
84 #define COMMON_USER_PPC64 (COMMON_USER | PPC_FEATURE_64)
85 #define COMMON_USER_POWER4 (COMMON_USER_PPC64 | PPC_FEATURE_POWER4)
86 #define COMMON_USER_POWER5 (COMMON_USER_PPC64 | PPC_FEATURE_POWER5 |\
87 PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP)
88 #define COMMON_USER_POWER5_PLUS (COMMON_USER_PPC64 | PPC_FEATURE_POWER5_PLUS|\
89 PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP)
90 #define COMMON_USER_POWER6 (COMMON_USER_PPC64 | PPC_FEATURE_ARCH_2_05 |\
91 PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP | \
92 PPC_FEATURE_TRUE_LE | \
93 PPC_FEATURE_PSERIES_PERFMON_COMPAT)
94 #define COMMON_USER_POWER7 (COMMON_USER_PPC64 | PPC_FEATURE_ARCH_2_06 |\
95 PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP | \
96 PPC_FEATURE_TRUE_LE | \
97 PPC_FEATURE_PSERIES_PERFMON_COMPAT)
98 #define COMMON_USER2_POWER7 (PPC_FEATURE2_DSCR)
99 #define COMMON_USER_POWER8 (COMMON_USER_PPC64 | PPC_FEATURE_ARCH_2_06 |\
100 PPC_FEATURE_SMT | PPC_FEATURE_ICACHE_SNOOP | \
101 PPC_FEATURE_TRUE_LE | \
102 PPC_FEATURE_PSERIES_PERFMON_COMPAT)
103 #define COMMON_USER2_POWER8 (PPC_FEATURE2_ARCH_2_07 | \
104 PPC_FEATURE2_HTM_COMP | \
105 PPC_FEATURE2_HTM_NOSC_COMP | \
106 PPC_FEATURE2_DSCR | \
107 PPC_FEATURE2_ISEL | PPC_FEATURE2_TAR | \
108 PPC_FEATURE2_VEC_CRYPTO)
109 #define COMMON_USER_PA6T (COMMON_USER_PPC64 | PPC_FEATURE_PA6T |\
110 PPC_FEATURE_TRUE_LE | \
111 PPC_FEATURE_HAS_ALTIVEC_COMP)
112 #define COMMON_USER_POWER9 COMMON_USER_POWER8
113 #define COMMON_USER2_POWER9 (COMMON_USER2_POWER8 | \
114 PPC_FEATURE2_ARCH_3_00 | \
115 PPC_FEATURE2_HAS_IEEE128 | \
116 PPC_FEATURE2_DARN | \
118 #define COMMON_USER_POWER10 COMMON_USER_POWER9
119 #define COMMON_USER2_POWER10 (PPC_FEATURE2_ARCH_3_1 | \
121 PPC_FEATURE2_ARCH_3_00 | \
122 PPC_FEATURE2_HAS_IEEE128 | \
123 PPC_FEATURE2_DARN | \
125 PPC_FEATURE2_ARCH_2_07 | \
126 PPC_FEATURE2_DSCR | \
127 PPC_FEATURE2_ISEL | PPC_FEATURE2_TAR | \
128 PPC_FEATURE2_VEC_CRYPTO)
130 #ifdef CONFIG_PPC_BOOK3E_64
131 #define COMMON_USER_BOOKE (COMMON_USER_PPC64 | PPC_FEATURE_BOOKE)
133 #define COMMON_USER_BOOKE (PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU | \
137 static struct cpu_spec __initdata cpu_specs
[] = {
138 #ifdef CONFIG_PPC_BOOK3S_64
140 .pvr_mask
= 0xffff0000,
141 .pvr_value
= 0x00390000,
142 .cpu_name
= "PPC970",
143 .cpu_features
= CPU_FTRS_PPC970
,
144 .cpu_user_features
= COMMON_USER_POWER4
|
145 PPC_FEATURE_HAS_ALTIVEC_COMP
,
146 .mmu_features
= MMU_FTRS_PPC970
,
150 .pmc_type
= PPC_PMC_IBM
,
151 .cpu_setup
= __setup_cpu_ppc970
,
152 .cpu_restore
= __restore_cpu_ppc970
,
153 .oprofile_cpu_type
= "ppc64/970",
154 .oprofile_type
= PPC_OPROFILE_POWER4
,
155 .platform
= "ppc970",
158 .pvr_mask
= 0xffff0000,
159 .pvr_value
= 0x003c0000,
160 .cpu_name
= "PPC970FX",
161 .cpu_features
= CPU_FTRS_PPC970
,
162 .cpu_user_features
= COMMON_USER_POWER4
|
163 PPC_FEATURE_HAS_ALTIVEC_COMP
,
164 .mmu_features
= MMU_FTRS_PPC970
,
168 .pmc_type
= PPC_PMC_IBM
,
169 .cpu_setup
= __setup_cpu_ppc970
,
170 .cpu_restore
= __restore_cpu_ppc970
,
171 .oprofile_cpu_type
= "ppc64/970",
172 .oprofile_type
= PPC_OPROFILE_POWER4
,
173 .platform
= "ppc970",
175 { /* PPC970MP DD1.0 - no DEEPNAP, use regular 970 init */
176 .pvr_mask
= 0xffffffff,
177 .pvr_value
= 0x00440100,
178 .cpu_name
= "PPC970MP",
179 .cpu_features
= CPU_FTRS_PPC970
,
180 .cpu_user_features
= COMMON_USER_POWER4
|
181 PPC_FEATURE_HAS_ALTIVEC_COMP
,
182 .mmu_features
= MMU_FTRS_PPC970
,
186 .pmc_type
= PPC_PMC_IBM
,
187 .cpu_setup
= __setup_cpu_ppc970
,
188 .cpu_restore
= __restore_cpu_ppc970
,
189 .oprofile_cpu_type
= "ppc64/970MP",
190 .oprofile_type
= PPC_OPROFILE_POWER4
,
191 .platform
= "ppc970",
194 .pvr_mask
= 0xffff0000,
195 .pvr_value
= 0x00440000,
196 .cpu_name
= "PPC970MP",
197 .cpu_features
= CPU_FTRS_PPC970
,
198 .cpu_user_features
= COMMON_USER_POWER4
|
199 PPC_FEATURE_HAS_ALTIVEC_COMP
,
200 .mmu_features
= MMU_FTRS_PPC970
,
204 .pmc_type
= PPC_PMC_IBM
,
205 .cpu_setup
= __setup_cpu_ppc970MP
,
206 .cpu_restore
= __restore_cpu_ppc970
,
207 .oprofile_cpu_type
= "ppc64/970MP",
208 .oprofile_type
= PPC_OPROFILE_POWER4
,
209 .platform
= "ppc970",
212 .pvr_mask
= 0xffff0000,
213 .pvr_value
= 0x00450000,
214 .cpu_name
= "PPC970GX",
215 .cpu_features
= CPU_FTRS_PPC970
,
216 .cpu_user_features
= COMMON_USER_POWER4
|
217 PPC_FEATURE_HAS_ALTIVEC_COMP
,
218 .mmu_features
= MMU_FTRS_PPC970
,
222 .pmc_type
= PPC_PMC_IBM
,
223 .cpu_setup
= __setup_cpu_ppc970
,
224 .oprofile_cpu_type
= "ppc64/970",
225 .oprofile_type
= PPC_OPROFILE_POWER4
,
226 .platform
= "ppc970",
229 .pvr_mask
= 0xffff0000,
230 .pvr_value
= 0x003a0000,
231 .cpu_name
= "POWER5 (gr)",
232 .cpu_features
= CPU_FTRS_POWER5
,
233 .cpu_user_features
= COMMON_USER_POWER5
,
234 .mmu_features
= MMU_FTRS_POWER5
,
238 .pmc_type
= PPC_PMC_IBM
,
239 .oprofile_cpu_type
= "ppc64/power5",
240 .oprofile_type
= PPC_OPROFILE_POWER4
,
241 /* SIHV / SIPR bits are implemented on POWER4+ (GQ)
242 * and above but only works on POWER5 and above
244 .oprofile_mmcra_sihv
= MMCRA_SIHV
,
245 .oprofile_mmcra_sipr
= MMCRA_SIPR
,
246 .platform
= "power5",
249 .pvr_mask
= 0xffffff00,
250 .pvr_value
= 0x003b0300,
251 .cpu_name
= "POWER5+ (gs)",
252 .cpu_features
= CPU_FTRS_POWER5
,
253 .cpu_user_features
= COMMON_USER_POWER5_PLUS
,
254 .mmu_features
= MMU_FTRS_POWER5
,
258 .oprofile_cpu_type
= "ppc64/power5++",
259 .oprofile_type
= PPC_OPROFILE_POWER4
,
260 .oprofile_mmcra_sihv
= MMCRA_SIHV
,
261 .oprofile_mmcra_sipr
= MMCRA_SIPR
,
262 .platform
= "power5+",
265 .pvr_mask
= 0xffff0000,
266 .pvr_value
= 0x003b0000,
267 .cpu_name
= "POWER5+ (gs)",
268 .cpu_features
= CPU_FTRS_POWER5
,
269 .cpu_user_features
= COMMON_USER_POWER5_PLUS
,
270 .mmu_features
= MMU_FTRS_POWER5
,
274 .pmc_type
= PPC_PMC_IBM
,
275 .oprofile_cpu_type
= "ppc64/power5+",
276 .oprofile_type
= PPC_OPROFILE_POWER4
,
277 .oprofile_mmcra_sihv
= MMCRA_SIHV
,
278 .oprofile_mmcra_sipr
= MMCRA_SIPR
,
279 .platform
= "power5+",
281 { /* POWER6 in P5+ mode; 2.04-compliant processor */
282 .pvr_mask
= 0xffffffff,
283 .pvr_value
= 0x0f000001,
284 .cpu_name
= "POWER5+",
285 .cpu_features
= CPU_FTRS_POWER5
,
286 .cpu_user_features
= COMMON_USER_POWER5_PLUS
,
287 .mmu_features
= MMU_FTRS_POWER5
,
290 .oprofile_cpu_type
= "ppc64/ibm-compat-v1",
291 .oprofile_type
= PPC_OPROFILE_POWER4
,
292 .platform
= "power5+",
295 .pvr_mask
= 0xffff0000,
296 .pvr_value
= 0x003e0000,
297 .cpu_name
= "POWER6 (raw)",
298 .cpu_features
= CPU_FTRS_POWER6
,
299 .cpu_user_features
= COMMON_USER_POWER6
|
300 PPC_FEATURE_POWER6_EXT
,
301 .mmu_features
= MMU_FTRS_POWER6
,
305 .pmc_type
= PPC_PMC_IBM
,
306 .oprofile_cpu_type
= "ppc64/power6",
307 .oprofile_type
= PPC_OPROFILE_POWER4
,
308 .oprofile_mmcra_sihv
= POWER6_MMCRA_SIHV
,
309 .oprofile_mmcra_sipr
= POWER6_MMCRA_SIPR
,
310 .oprofile_mmcra_clear
= POWER6_MMCRA_THRM
|
312 .platform
= "power6x",
314 { /* 2.05-compliant processor, i.e. Power6 "architected" mode */
315 .pvr_mask
= 0xffffffff,
316 .pvr_value
= 0x0f000002,
317 .cpu_name
= "POWER6 (architected)",
318 .cpu_features
= CPU_FTRS_POWER6
,
319 .cpu_user_features
= COMMON_USER_POWER6
,
320 .mmu_features
= MMU_FTRS_POWER6
,
323 .oprofile_cpu_type
= "ppc64/ibm-compat-v1",
324 .oprofile_type
= PPC_OPROFILE_POWER4
,
325 .platform
= "power6",
327 { /* 2.06-compliant processor, i.e. Power7 "architected" mode */
328 .pvr_mask
= 0xffffffff,
329 .pvr_value
= 0x0f000003,
330 .cpu_name
= "POWER7 (architected)",
331 .cpu_features
= CPU_FTRS_POWER7
,
332 .cpu_user_features
= COMMON_USER_POWER7
,
333 .cpu_user_features2
= COMMON_USER2_POWER7
,
334 .mmu_features
= MMU_FTRS_POWER7
,
337 .oprofile_type
= PPC_OPROFILE_POWER4
,
338 .oprofile_cpu_type
= "ppc64/ibm-compat-v1",
339 .cpu_setup
= __setup_cpu_power7
,
340 .cpu_restore
= __restore_cpu_power7
,
341 .machine_check_early
= __machine_check_early_realmode_p7
,
342 .platform
= "power7",
344 { /* 2.07-compliant processor, i.e. Power8 "architected" mode */
345 .pvr_mask
= 0xffffffff,
346 .pvr_value
= 0x0f000004,
347 .cpu_name
= "POWER8 (architected)",
348 .cpu_features
= CPU_FTRS_POWER8
,
349 .cpu_user_features
= COMMON_USER_POWER8
,
350 .cpu_user_features2
= COMMON_USER2_POWER8
,
351 .mmu_features
= MMU_FTRS_POWER8
,
354 .oprofile_type
= PPC_OPROFILE_INVALID
,
355 .oprofile_cpu_type
= "ppc64/ibm-compat-v1",
356 .cpu_setup
= __setup_cpu_power8
,
357 .cpu_restore
= __restore_cpu_power8
,
358 .machine_check_early
= __machine_check_early_realmode_p8
,
359 .platform
= "power8",
361 { /* 3.00-compliant processor, i.e. Power9 "architected" mode */
362 .pvr_mask
= 0xffffffff,
363 .pvr_value
= 0x0f000005,
364 .cpu_name
= "POWER9 (architected)",
365 .cpu_features
= CPU_FTRS_POWER9
,
366 .cpu_user_features
= COMMON_USER_POWER9
,
367 .cpu_user_features2
= COMMON_USER2_POWER9
,
368 .mmu_features
= MMU_FTRS_POWER9
,
371 .oprofile_type
= PPC_OPROFILE_INVALID
,
372 .oprofile_cpu_type
= "ppc64/ibm-compat-v1",
373 .cpu_setup
= __setup_cpu_power9
,
374 .cpu_restore
= __restore_cpu_power9
,
375 .platform
= "power9",
377 { /* 3.1-compliant processor, i.e. Power10 "architected" mode */
378 .pvr_mask
= 0xffffffff,
379 .pvr_value
= 0x0f000006,
380 .cpu_name
= "POWER10 (architected)",
381 .cpu_features
= CPU_FTRS_POWER10
,
382 .cpu_user_features
= COMMON_USER_POWER10
,
383 .cpu_user_features2
= COMMON_USER2_POWER10
,
384 .mmu_features
= MMU_FTRS_POWER10
,
387 .oprofile_type
= PPC_OPROFILE_INVALID
,
388 .oprofile_cpu_type
= "ppc64/ibm-compat-v1",
389 .cpu_setup
= __setup_cpu_power10
,
390 .cpu_restore
= __restore_cpu_power10
,
391 .platform
= "power10",
394 .pvr_mask
= 0xffff0000,
395 .pvr_value
= 0x003f0000,
396 .cpu_name
= "POWER7 (raw)",
397 .cpu_features
= CPU_FTRS_POWER7
,
398 .cpu_user_features
= COMMON_USER_POWER7
,
399 .cpu_user_features2
= COMMON_USER2_POWER7
,
400 .mmu_features
= MMU_FTRS_POWER7
,
404 .pmc_type
= PPC_PMC_IBM
,
405 .oprofile_cpu_type
= "ppc64/power7",
406 .oprofile_type
= PPC_OPROFILE_POWER4
,
407 .cpu_setup
= __setup_cpu_power7
,
408 .cpu_restore
= __restore_cpu_power7
,
409 .machine_check_early
= __machine_check_early_realmode_p7
,
410 .platform
= "power7",
413 .pvr_mask
= 0xffff0000,
414 .pvr_value
= 0x004A0000,
415 .cpu_name
= "POWER7+ (raw)",
416 .cpu_features
= CPU_FTRS_POWER7
,
417 .cpu_user_features
= COMMON_USER_POWER7
,
418 .cpu_user_features2
= COMMON_USER2_POWER7
,
419 .mmu_features
= MMU_FTRS_POWER7
,
423 .pmc_type
= PPC_PMC_IBM
,
424 .oprofile_cpu_type
= "ppc64/power7",
425 .oprofile_type
= PPC_OPROFILE_POWER4
,
426 .cpu_setup
= __setup_cpu_power7
,
427 .cpu_restore
= __restore_cpu_power7
,
428 .machine_check_early
= __machine_check_early_realmode_p7
,
429 .platform
= "power7+",
432 .pvr_mask
= 0xffff0000,
433 .pvr_value
= 0x004b0000,
434 .cpu_name
= "POWER8E (raw)",
435 .cpu_features
= CPU_FTRS_POWER8E
,
436 .cpu_user_features
= COMMON_USER_POWER8
,
437 .cpu_user_features2
= COMMON_USER2_POWER8
,
438 .mmu_features
= MMU_FTRS_POWER8
,
442 .pmc_type
= PPC_PMC_IBM
,
443 .oprofile_cpu_type
= "ppc64/power8",
444 .oprofile_type
= PPC_OPROFILE_INVALID
,
445 .cpu_setup
= __setup_cpu_power8
,
446 .cpu_restore
= __restore_cpu_power8
,
447 .machine_check_early
= __machine_check_early_realmode_p8
,
448 .platform
= "power8",
451 .pvr_mask
= 0xffff0000,
452 .pvr_value
= 0x004c0000,
453 .cpu_name
= "POWER8NVL (raw)",
454 .cpu_features
= CPU_FTRS_POWER8
,
455 .cpu_user_features
= COMMON_USER_POWER8
,
456 .cpu_user_features2
= COMMON_USER2_POWER8
,
457 .mmu_features
= MMU_FTRS_POWER8
,
461 .pmc_type
= PPC_PMC_IBM
,
462 .oprofile_cpu_type
= "ppc64/power8",
463 .oprofile_type
= PPC_OPROFILE_INVALID
,
464 .cpu_setup
= __setup_cpu_power8
,
465 .cpu_restore
= __restore_cpu_power8
,
466 .machine_check_early
= __machine_check_early_realmode_p8
,
467 .platform
= "power8",
470 .pvr_mask
= 0xffff0000,
471 .pvr_value
= 0x004d0000,
472 .cpu_name
= "POWER8 (raw)",
473 .cpu_features
= CPU_FTRS_POWER8
,
474 .cpu_user_features
= COMMON_USER_POWER8
,
475 .cpu_user_features2
= COMMON_USER2_POWER8
,
476 .mmu_features
= MMU_FTRS_POWER8
,
480 .pmc_type
= PPC_PMC_IBM
,
481 .oprofile_cpu_type
= "ppc64/power8",
482 .oprofile_type
= PPC_OPROFILE_INVALID
,
483 .cpu_setup
= __setup_cpu_power8
,
484 .cpu_restore
= __restore_cpu_power8
,
485 .machine_check_early
= __machine_check_early_realmode_p8
,
486 .platform
= "power8",
489 .pvr_mask
= 0xffffefff,
490 .pvr_value
= 0x004e0200,
491 .cpu_name
= "POWER9 (raw)",
492 .cpu_features
= CPU_FTRS_POWER9_DD2_0
,
493 .cpu_user_features
= COMMON_USER_POWER9
,
494 .cpu_user_features2
= COMMON_USER2_POWER9
,
495 .mmu_features
= MMU_FTRS_POWER9
,
499 .pmc_type
= PPC_PMC_IBM
,
500 .oprofile_cpu_type
= "ppc64/power9",
501 .oprofile_type
= PPC_OPROFILE_INVALID
,
502 .cpu_setup
= __setup_cpu_power9
,
503 .cpu_restore
= __restore_cpu_power9
,
504 .machine_check_early
= __machine_check_early_realmode_p9
,
505 .platform
= "power9",
507 { /* Power9 DD 2.1 */
508 .pvr_mask
= 0xffffefff,
509 .pvr_value
= 0x004e0201,
510 .cpu_name
= "POWER9 (raw)",
511 .cpu_features
= CPU_FTRS_POWER9_DD2_1
,
512 .cpu_user_features
= COMMON_USER_POWER9
,
513 .cpu_user_features2
= COMMON_USER2_POWER9
,
514 .mmu_features
= MMU_FTRS_POWER9
,
518 .pmc_type
= PPC_PMC_IBM
,
519 .oprofile_cpu_type
= "ppc64/power9",
520 .oprofile_type
= PPC_OPROFILE_INVALID
,
521 .cpu_setup
= __setup_cpu_power9
,
522 .cpu_restore
= __restore_cpu_power9
,
523 .machine_check_early
= __machine_check_early_realmode_p9
,
524 .platform
= "power9",
526 { /* Power9 DD2.2 or later */
527 .pvr_mask
= 0xffff0000,
528 .pvr_value
= 0x004e0000,
529 .cpu_name
= "POWER9 (raw)",
530 .cpu_features
= CPU_FTRS_POWER9_DD2_2
,
531 .cpu_user_features
= COMMON_USER_POWER9
,
532 .cpu_user_features2
= COMMON_USER2_POWER9
,
533 .mmu_features
= MMU_FTRS_POWER9
,
537 .pmc_type
= PPC_PMC_IBM
,
538 .oprofile_cpu_type
= "ppc64/power9",
539 .oprofile_type
= PPC_OPROFILE_INVALID
,
540 .cpu_setup
= __setup_cpu_power9
,
541 .cpu_restore
= __restore_cpu_power9
,
542 .machine_check_early
= __machine_check_early_realmode_p9
,
543 .platform
= "power9",
546 .pvr_mask
= 0xffff0000,
547 .pvr_value
= 0x00800000,
548 .cpu_name
= "POWER10 (raw)",
549 .cpu_features
= CPU_FTRS_POWER10
,
550 .cpu_user_features
= COMMON_USER_POWER10
,
551 .cpu_user_features2
= COMMON_USER2_POWER10
,
552 .mmu_features
= MMU_FTRS_POWER10
,
556 .pmc_type
= PPC_PMC_IBM
,
557 .oprofile_cpu_type
= "ppc64/power10",
558 .oprofile_type
= PPC_OPROFILE_INVALID
,
559 .cpu_setup
= __setup_cpu_power10
,
560 .cpu_restore
= __restore_cpu_power10
,
561 .machine_check_early
= __machine_check_early_realmode_p10
,
562 .platform
= "power10",
564 { /* Cell Broadband Engine */
565 .pvr_mask
= 0xffff0000,
566 .pvr_value
= 0x00700000,
567 .cpu_name
= "Cell Broadband Engine",
568 .cpu_features
= CPU_FTRS_CELL
,
569 .cpu_user_features
= COMMON_USER_PPC64
|
570 PPC_FEATURE_CELL
| PPC_FEATURE_HAS_ALTIVEC_COMP
|
572 .mmu_features
= MMU_FTRS_CELL
,
576 .pmc_type
= PPC_PMC_IBM
,
577 .oprofile_cpu_type
= "ppc64/cell-be",
578 .oprofile_type
= PPC_OPROFILE_CELL
,
579 .platform
= "ppc-cell-be",
582 .pvr_mask
= 0x7fff0000,
583 .pvr_value
= 0x00900000,
585 .cpu_features
= CPU_FTRS_PA6T
,
586 .cpu_user_features
= COMMON_USER_PA6T
,
587 .mmu_features
= MMU_FTRS_PA6T
,
591 .pmc_type
= PPC_PMC_PA6T
,
592 .cpu_setup
= __setup_cpu_pa6t
,
593 .cpu_restore
= __restore_cpu_pa6t
,
594 .oprofile_cpu_type
= "ppc64/pa6t",
595 .oprofile_type
= PPC_OPROFILE_PA6T
,
598 { /* default match */
599 .pvr_mask
= 0x00000000,
600 .pvr_value
= 0x00000000,
601 .cpu_name
= "POWER5 (compatible)",
602 .cpu_features
= CPU_FTRS_COMPATIBLE
,
603 .cpu_user_features
= COMMON_USER_PPC64
,
604 .mmu_features
= MMU_FTRS_POWER
,
608 .pmc_type
= PPC_PMC_IBM
,
609 .platform
= "power5",
611 #endif /* CONFIG_PPC_BOOK3S_64 */
614 #ifdef CONFIG_PPC_BOOK3S_32
615 #ifdef CONFIG_PPC_BOOK3S_604
617 .pvr_mask
= 0xffff0000,
618 .pvr_value
= 0x00040000,
620 .cpu_features
= CPU_FTRS_604
,
621 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
622 .mmu_features
= MMU_FTR_HPTE_TABLE
,
626 .cpu_setup
= __setup_cpu_604
,
627 .machine_check
= machine_check_generic
,
628 .platform
= "ppc604",
631 .pvr_mask
= 0xfffff000,
632 .pvr_value
= 0x00090000,
634 .cpu_features
= CPU_FTRS_604
,
635 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
636 .mmu_features
= MMU_FTR_HPTE_TABLE
,
640 .cpu_setup
= __setup_cpu_604
,
641 .machine_check
= machine_check_generic
,
642 .platform
= "ppc604",
645 .pvr_mask
= 0xffff0000,
646 .pvr_value
= 0x00090000,
648 .cpu_features
= CPU_FTRS_604
,
649 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
650 .mmu_features
= MMU_FTR_HPTE_TABLE
,
654 .cpu_setup
= __setup_cpu_604
,
655 .machine_check
= machine_check_generic
,
656 .platform
= "ppc604",
659 .pvr_mask
= 0xffff0000,
660 .pvr_value
= 0x000a0000,
662 .cpu_features
= CPU_FTRS_604
,
663 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
664 .mmu_features
= MMU_FTR_HPTE_TABLE
,
668 .cpu_setup
= __setup_cpu_604
,
669 .machine_check
= machine_check_generic
,
670 .platform
= "ppc604",
672 { /* 740/750 (0x4202, don't support TAU ?) */
673 .pvr_mask
= 0xffffffff,
674 .pvr_value
= 0x00084202,
675 .cpu_name
= "740/750",
676 .cpu_features
= CPU_FTRS_740_NOTAU
,
677 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
678 .mmu_features
= MMU_FTR_HPTE_TABLE
,
682 .cpu_setup
= __setup_cpu_750
,
683 .machine_check
= machine_check_generic
,
684 .platform
= "ppc750",
686 { /* 750CX (80100 and 8010x?) */
687 .pvr_mask
= 0xfffffff0,
688 .pvr_value
= 0x00080100,
690 .cpu_features
= CPU_FTRS_750
,
691 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
692 .mmu_features
= MMU_FTR_HPTE_TABLE
,
696 .cpu_setup
= __setup_cpu_750cx
,
697 .machine_check
= machine_check_generic
,
698 .platform
= "ppc750",
700 { /* 750CX (82201 and 82202) */
701 .pvr_mask
= 0xfffffff0,
702 .pvr_value
= 0x00082200,
704 .cpu_features
= CPU_FTRS_750
,
705 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
706 .mmu_features
= MMU_FTR_HPTE_TABLE
,
710 .pmc_type
= PPC_PMC_IBM
,
711 .cpu_setup
= __setup_cpu_750cx
,
712 .machine_check
= machine_check_generic
,
713 .platform
= "ppc750",
715 { /* 750CXe (82214) */
716 .pvr_mask
= 0xfffffff0,
717 .pvr_value
= 0x00082210,
718 .cpu_name
= "750CXe",
719 .cpu_features
= CPU_FTRS_750
,
720 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
721 .mmu_features
= MMU_FTR_HPTE_TABLE
,
725 .pmc_type
= PPC_PMC_IBM
,
726 .cpu_setup
= __setup_cpu_750cx
,
727 .machine_check
= machine_check_generic
,
728 .platform
= "ppc750",
730 { /* 750CXe "Gekko" (83214) */
731 .pvr_mask
= 0xffffffff,
732 .pvr_value
= 0x00083214,
733 .cpu_name
= "750CXe",
734 .cpu_features
= CPU_FTRS_750
,
735 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
736 .mmu_features
= MMU_FTR_HPTE_TABLE
,
740 .pmc_type
= PPC_PMC_IBM
,
741 .cpu_setup
= __setup_cpu_750cx
,
742 .machine_check
= machine_check_generic
,
743 .platform
= "ppc750",
745 { /* 750CL (and "Broadway") */
746 .pvr_mask
= 0xfffff0e0,
747 .pvr_value
= 0x00087000,
749 .cpu_features
= CPU_FTRS_750CL
,
750 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
751 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
755 .pmc_type
= PPC_PMC_IBM
,
756 .cpu_setup
= __setup_cpu_750
,
757 .machine_check
= machine_check_generic
,
758 .platform
= "ppc750",
759 .oprofile_cpu_type
= "ppc/750",
760 .oprofile_type
= PPC_OPROFILE_G4
,
763 .pvr_mask
= 0xfffff000,
764 .pvr_value
= 0x00083000,
765 .cpu_name
= "745/755",
766 .cpu_features
= CPU_FTRS_750
,
767 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
768 .mmu_features
= MMU_FTR_HPTE_TABLE
,
772 .pmc_type
= PPC_PMC_IBM
,
773 .cpu_setup
= __setup_cpu_750
,
774 .machine_check
= machine_check_generic
,
775 .platform
= "ppc750",
777 { /* 750FX rev 1.x */
778 .pvr_mask
= 0xffffff00,
779 .pvr_value
= 0x70000100,
781 .cpu_features
= CPU_FTRS_750FX1
,
782 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
783 .mmu_features
= MMU_FTR_HPTE_TABLE
,
787 .pmc_type
= PPC_PMC_IBM
,
788 .cpu_setup
= __setup_cpu_750
,
789 .machine_check
= machine_check_generic
,
790 .platform
= "ppc750",
791 .oprofile_cpu_type
= "ppc/750",
792 .oprofile_type
= PPC_OPROFILE_G4
,
794 { /* 750FX rev 2.0 must disable HID0[DPM] */
795 .pvr_mask
= 0xffffffff,
796 .pvr_value
= 0x70000200,
798 .cpu_features
= CPU_FTRS_750FX2
,
799 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
800 .mmu_features
= MMU_FTR_HPTE_TABLE
,
804 .pmc_type
= PPC_PMC_IBM
,
805 .cpu_setup
= __setup_cpu_750
,
806 .machine_check
= machine_check_generic
,
807 .platform
= "ppc750",
808 .oprofile_cpu_type
= "ppc/750",
809 .oprofile_type
= PPC_OPROFILE_G4
,
811 { /* 750FX (All revs except 2.0) */
812 .pvr_mask
= 0xffff0000,
813 .pvr_value
= 0x70000000,
815 .cpu_features
= CPU_FTRS_750FX
,
816 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
817 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
821 .pmc_type
= PPC_PMC_IBM
,
822 .cpu_setup
= __setup_cpu_750fx
,
823 .machine_check
= machine_check_generic
,
824 .platform
= "ppc750",
825 .oprofile_cpu_type
= "ppc/750",
826 .oprofile_type
= PPC_OPROFILE_G4
,
829 .pvr_mask
= 0xffff0000,
830 .pvr_value
= 0x70020000,
832 .cpu_features
= CPU_FTRS_750GX
,
833 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
834 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
838 .pmc_type
= PPC_PMC_IBM
,
839 .cpu_setup
= __setup_cpu_750fx
,
840 .machine_check
= machine_check_generic
,
841 .platform
= "ppc750",
842 .oprofile_cpu_type
= "ppc/750",
843 .oprofile_type
= PPC_OPROFILE_G4
,
845 { /* 740/750 (L2CR bit need fixup for 740) */
846 .pvr_mask
= 0xffff0000,
847 .pvr_value
= 0x00080000,
848 .cpu_name
= "740/750",
849 .cpu_features
= CPU_FTRS_740
,
850 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
851 .mmu_features
= MMU_FTR_HPTE_TABLE
,
855 .pmc_type
= PPC_PMC_IBM
,
856 .cpu_setup
= __setup_cpu_750
,
857 .machine_check
= machine_check_generic
,
858 .platform
= "ppc750",
860 { /* 7400 rev 1.1 ? (no TAU) */
861 .pvr_mask
= 0xffffffff,
862 .pvr_value
= 0x000c1101,
863 .cpu_name
= "7400 (1.1)",
864 .cpu_features
= CPU_FTRS_7400_NOTAU
,
865 .cpu_user_features
= COMMON_USER
|
866 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
867 .mmu_features
= MMU_FTR_HPTE_TABLE
,
871 .pmc_type
= PPC_PMC_G4
,
872 .cpu_setup
= __setup_cpu_7400
,
873 .machine_check
= machine_check_generic
,
874 .platform
= "ppc7400",
877 .pvr_mask
= 0xffff0000,
878 .pvr_value
= 0x000c0000,
880 .cpu_features
= CPU_FTRS_7400
,
881 .cpu_user_features
= COMMON_USER
|
882 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
883 .mmu_features
= MMU_FTR_HPTE_TABLE
,
887 .pmc_type
= PPC_PMC_G4
,
888 .cpu_setup
= __setup_cpu_7400
,
889 .machine_check
= machine_check_generic
,
890 .platform
= "ppc7400",
893 .pvr_mask
= 0xffff0000,
894 .pvr_value
= 0x800c0000,
896 .cpu_features
= CPU_FTRS_7400
,
897 .cpu_user_features
= COMMON_USER
|
898 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
899 .mmu_features
= MMU_FTR_HPTE_TABLE
,
903 .pmc_type
= PPC_PMC_G4
,
904 .cpu_setup
= __setup_cpu_7410
,
905 .machine_check
= machine_check_generic
,
906 .platform
= "ppc7400",
908 { /* 7450 2.0 - no doze/nap */
909 .pvr_mask
= 0xffffffff,
910 .pvr_value
= 0x80000200,
912 .cpu_features
= CPU_FTRS_7450_20
,
913 .cpu_user_features
= COMMON_USER
|
914 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
915 .mmu_features
= MMU_FTR_HPTE_TABLE
,
919 .pmc_type
= PPC_PMC_G4
,
920 .cpu_setup
= __setup_cpu_745x
,
921 .oprofile_cpu_type
= "ppc/7450",
922 .oprofile_type
= PPC_OPROFILE_G4
,
923 .machine_check
= machine_check_generic
,
924 .platform
= "ppc7450",
927 .pvr_mask
= 0xffffffff,
928 .pvr_value
= 0x80000201,
930 .cpu_features
= CPU_FTRS_7450_21
,
931 .cpu_user_features
= COMMON_USER
|
932 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
933 .mmu_features
= MMU_FTR_HPTE_TABLE
,
937 .pmc_type
= PPC_PMC_G4
,
938 .cpu_setup
= __setup_cpu_745x
,
939 .oprofile_cpu_type
= "ppc/7450",
940 .oprofile_type
= PPC_OPROFILE_G4
,
941 .machine_check
= machine_check_generic
,
942 .platform
= "ppc7450",
944 { /* 7450 2.3 and newer */
945 .pvr_mask
= 0xffff0000,
946 .pvr_value
= 0x80000000,
948 .cpu_features
= CPU_FTRS_7450_23
,
949 .cpu_user_features
= COMMON_USER
|
950 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
951 .mmu_features
= MMU_FTR_HPTE_TABLE
,
955 .pmc_type
= PPC_PMC_G4
,
956 .cpu_setup
= __setup_cpu_745x
,
957 .oprofile_cpu_type
= "ppc/7450",
958 .oprofile_type
= PPC_OPROFILE_G4
,
959 .machine_check
= machine_check_generic
,
960 .platform
= "ppc7450",
963 .pvr_mask
= 0xffffff00,
964 .pvr_value
= 0x80010100,
966 .cpu_features
= CPU_FTRS_7455_1
,
967 .cpu_user_features
= COMMON_USER
|
968 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
969 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
973 .pmc_type
= PPC_PMC_G4
,
974 .cpu_setup
= __setup_cpu_745x
,
975 .oprofile_cpu_type
= "ppc/7450",
976 .oprofile_type
= PPC_OPROFILE_G4
,
977 .machine_check
= machine_check_generic
,
978 .platform
= "ppc7450",
981 .pvr_mask
= 0xffffffff,
982 .pvr_value
= 0x80010200,
984 .cpu_features
= CPU_FTRS_7455_20
,
985 .cpu_user_features
= COMMON_USER
|
986 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
987 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
991 .pmc_type
= PPC_PMC_G4
,
992 .cpu_setup
= __setup_cpu_745x
,
993 .oprofile_cpu_type
= "ppc/7450",
994 .oprofile_type
= PPC_OPROFILE_G4
,
995 .machine_check
= machine_check_generic
,
996 .platform
= "ppc7450",
999 .pvr_mask
= 0xffff0000,
1000 .pvr_value
= 0x80010000,
1002 .cpu_features
= CPU_FTRS_7455
,
1003 .cpu_user_features
= COMMON_USER
|
1004 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
1005 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
1009 .pmc_type
= PPC_PMC_G4
,
1010 .cpu_setup
= __setup_cpu_745x
,
1011 .oprofile_cpu_type
= "ppc/7450",
1012 .oprofile_type
= PPC_OPROFILE_G4
,
1013 .machine_check
= machine_check_generic
,
1014 .platform
= "ppc7450",
1016 { /* 7447/7457 Rev 1.0 */
1017 .pvr_mask
= 0xffffffff,
1018 .pvr_value
= 0x80020100,
1019 .cpu_name
= "7447/7457",
1020 .cpu_features
= CPU_FTRS_7447_10
,
1021 .cpu_user_features
= COMMON_USER
|
1022 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
1023 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
1027 .pmc_type
= PPC_PMC_G4
,
1028 .cpu_setup
= __setup_cpu_745x
,
1029 .oprofile_cpu_type
= "ppc/7450",
1030 .oprofile_type
= PPC_OPROFILE_G4
,
1031 .machine_check
= machine_check_generic
,
1032 .platform
= "ppc7450",
1034 { /* 7447/7457 Rev 1.1 */
1035 .pvr_mask
= 0xffffffff,
1036 .pvr_value
= 0x80020101,
1037 .cpu_name
= "7447/7457",
1038 .cpu_features
= CPU_FTRS_7447_10
,
1039 .cpu_user_features
= COMMON_USER
|
1040 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
1041 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
1045 .pmc_type
= PPC_PMC_G4
,
1046 .cpu_setup
= __setup_cpu_745x
,
1047 .oprofile_cpu_type
= "ppc/7450",
1048 .oprofile_type
= PPC_OPROFILE_G4
,
1049 .machine_check
= machine_check_generic
,
1050 .platform
= "ppc7450",
1052 { /* 7447/7457 Rev 1.2 and later */
1053 .pvr_mask
= 0xffff0000,
1054 .pvr_value
= 0x80020000,
1055 .cpu_name
= "7447/7457",
1056 .cpu_features
= CPU_FTRS_7447
,
1057 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
1058 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
1062 .pmc_type
= PPC_PMC_G4
,
1063 .cpu_setup
= __setup_cpu_745x
,
1064 .oprofile_cpu_type
= "ppc/7450",
1065 .oprofile_type
= PPC_OPROFILE_G4
,
1066 .machine_check
= machine_check_generic
,
1067 .platform
= "ppc7450",
1070 .pvr_mask
= 0xffff0000,
1071 .pvr_value
= 0x80030000,
1072 .cpu_name
= "7447A",
1073 .cpu_features
= CPU_FTRS_7447A
,
1074 .cpu_user_features
= COMMON_USER
|
1075 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
1076 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
1080 .pmc_type
= PPC_PMC_G4
,
1081 .cpu_setup
= __setup_cpu_745x
,
1082 .oprofile_cpu_type
= "ppc/7450",
1083 .oprofile_type
= PPC_OPROFILE_G4
,
1084 .machine_check
= machine_check_generic
,
1085 .platform
= "ppc7450",
1088 .pvr_mask
= 0xffff0000,
1089 .pvr_value
= 0x80040000,
1091 .cpu_features
= CPU_FTRS_7448
,
1092 .cpu_user_features
= COMMON_USER
|
1093 PPC_FEATURE_HAS_ALTIVEC_COMP
| PPC_FEATURE_PPC_LE
,
1094 .mmu_features
= MMU_FTR_HPTE_TABLE
| MMU_FTR_USE_HIGH_BATS
,
1098 .pmc_type
= PPC_PMC_G4
,
1099 .cpu_setup
= __setup_cpu_745x
,
1100 .oprofile_cpu_type
= "ppc/7450",
1101 .oprofile_type
= PPC_OPROFILE_G4
,
1102 .machine_check
= machine_check_generic
,
1103 .platform
= "ppc7450",
1105 #endif /* CONFIG_PPC_BOOK3S_604 */
1106 #ifdef CONFIG_PPC_BOOK3S_603
1108 .pvr_mask
= 0xffff0000,
1109 .pvr_value
= 0x00030000,
1111 .cpu_features
= CPU_FTRS_603
,
1112 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
1116 .cpu_setup
= __setup_cpu_603
,
1117 .machine_check
= machine_check_generic
,
1118 .platform
= "ppc603",
1121 .pvr_mask
= 0xffff0000,
1122 .pvr_value
= 0x00060000,
1124 .cpu_features
= CPU_FTRS_603
,
1125 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
1129 .cpu_setup
= __setup_cpu_603
,
1130 .machine_check
= machine_check_generic
,
1131 .platform
= "ppc603",
1134 .pvr_mask
= 0xffff0000,
1135 .pvr_value
= 0x00070000,
1136 .cpu_name
= "603ev",
1137 .cpu_features
= CPU_FTRS_603
,
1138 .cpu_user_features
= COMMON_USER
| PPC_FEATURE_PPC_LE
,
1142 .cpu_setup
= __setup_cpu_603
,
1143 .machine_check
= machine_check_generic
,
1144 .platform
= "ppc603",
1146 { /* 82xx (8240, 8245, 8260 are all 603e cores) */
1147 .pvr_mask
= 0x7fff0000,
1148 .pvr_value
= 0x00810000,
1150 .cpu_features
= CPU_FTRS_82XX
,
1151 .cpu_user_features
= COMMON_USER
,
1155 .cpu_setup
= __setup_cpu_603
,
1156 .machine_check
= machine_check_generic
,
1157 .platform
= "ppc603",
1159 { /* All G2_LE (603e core, plus some) have the same pvr */
1160 .pvr_mask
= 0x7fff0000,
1161 .pvr_value
= 0x00820000,
1162 .cpu_name
= "G2_LE",
1163 .cpu_features
= CPU_FTRS_G2_LE
,
1164 .cpu_user_features
= COMMON_USER
,
1165 .mmu_features
= MMU_FTR_USE_HIGH_BATS
,
1168 .cpu_setup
= __setup_cpu_603
,
1169 .machine_check
= machine_check_generic
,
1170 .platform
= "ppc603",
1172 #ifdef CONFIG_PPC_83xx
1173 { /* e300c1 (a 603e core, plus some) on 83xx */
1174 .pvr_mask
= 0x7fff0000,
1175 .pvr_value
= 0x00830000,
1176 .cpu_name
= "e300c1",
1177 .cpu_features
= CPU_FTRS_E300
,
1178 .cpu_user_features
= COMMON_USER
,
1179 .mmu_features
= MMU_FTR_USE_HIGH_BATS
,
1182 .cpu_setup
= __setup_cpu_603
,
1183 .machine_check
= machine_check_83xx
,
1184 .platform
= "ppc603",
1186 { /* e300c2 (an e300c1 core, plus some, minus FPU) on 83xx */
1187 .pvr_mask
= 0x7fff0000,
1188 .pvr_value
= 0x00840000,
1189 .cpu_name
= "e300c2",
1190 .cpu_features
= CPU_FTRS_E300C2
,
1191 .cpu_user_features
= PPC_FEATURE_32
| PPC_FEATURE_HAS_MMU
,
1192 .mmu_features
= MMU_FTR_USE_HIGH_BATS
|
1193 MMU_FTR_NEED_DTLB_SW_LRU
,
1196 .cpu_setup
= __setup_cpu_603
,
1197 .machine_check
= machine_check_83xx
,
1198 .platform
= "ppc603",
1200 { /* e300c3 (e300c1, plus one IU, half cache size) on 83xx */
1201 .pvr_mask
= 0x7fff0000,
1202 .pvr_value
= 0x00850000,
1203 .cpu_name
= "e300c3",
1204 .cpu_features
= CPU_FTRS_E300
,
1205 .cpu_user_features
= COMMON_USER
,
1206 .mmu_features
= MMU_FTR_USE_HIGH_BATS
|
1207 MMU_FTR_NEED_DTLB_SW_LRU
,
1210 .cpu_setup
= __setup_cpu_603
,
1211 .machine_check
= machine_check_83xx
,
1213 .oprofile_cpu_type
= "ppc/e300",
1214 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
1215 .platform
= "ppc603",
1217 { /* e300c4 (e300c1, plus one IU) */
1218 .pvr_mask
= 0x7fff0000,
1219 .pvr_value
= 0x00860000,
1220 .cpu_name
= "e300c4",
1221 .cpu_features
= CPU_FTRS_E300
,
1222 .cpu_user_features
= COMMON_USER
,
1223 .mmu_features
= MMU_FTR_USE_HIGH_BATS
|
1224 MMU_FTR_NEED_DTLB_SW_LRU
,
1227 .cpu_setup
= __setup_cpu_603
,
1228 .machine_check
= machine_check_83xx
,
1230 .oprofile_cpu_type
= "ppc/e300",
1231 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
1232 .platform
= "ppc603",
1235 #endif /* CONFIG_PPC_BOOK3S_603 */
1236 #ifdef CONFIG_PPC_BOOK3S_604
1237 { /* default match, we assume split I/D cache & TB (non-601)... */
1238 .pvr_mask
= 0x00000000,
1239 .pvr_value
= 0x00000000,
1240 .cpu_name
= "(generic PPC)",
1241 .cpu_features
= CPU_FTRS_CLASSIC32
,
1242 .cpu_user_features
= COMMON_USER
,
1243 .mmu_features
= MMU_FTR_HPTE_TABLE
,
1246 .machine_check
= machine_check_generic
,
1247 .platform
= "ppc603",
1249 #endif /* CONFIG_PPC_BOOK3S_604 */
1250 #endif /* CONFIG_PPC_BOOK3S_32 */
1251 #ifdef CONFIG_PPC_8xx
1253 .pvr_mask
= 0xffff0000,
1254 .pvr_value
= PVR_8xx
,
1256 /* CPU_FTR_MAYBE_CAN_DOZE is possible,
1257 * if the 8xx code is there.... */
1258 .cpu_features
= CPU_FTRS_8XX
,
1259 .cpu_user_features
= PPC_FEATURE_32
| PPC_FEATURE_HAS_MMU
,
1260 .mmu_features
= MMU_FTR_TYPE_8xx
,
1263 .machine_check
= machine_check_8xx
,
1264 .platform
= "ppc823",
1266 #endif /* CONFIG_PPC_8xx */
1269 .pvr_mask
= 0xffff0000,
1270 .pvr_value
= 0x41810000,
1271 .cpu_name
= "STB04xxx",
1272 .cpu_features
= CPU_FTRS_40X
,
1273 .cpu_user_features
= PPC_FEATURE_32
|
1274 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1275 .mmu_features
= MMU_FTR_TYPE_40x
,
1278 .machine_check
= machine_check_4xx
,
1279 .platform
= "ppc405",
1282 .pvr_mask
= 0xffff0000,
1283 .pvr_value
= 0x41610000,
1284 .cpu_name
= "NP405L",
1285 .cpu_features
= CPU_FTRS_40X
,
1286 .cpu_user_features
= PPC_FEATURE_32
|
1287 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1288 .mmu_features
= MMU_FTR_TYPE_40x
,
1291 .machine_check
= machine_check_4xx
,
1292 .platform
= "ppc405",
1295 .pvr_mask
= 0xffff0000,
1296 .pvr_value
= 0x40B10000,
1297 .cpu_name
= "NP4GS3",
1298 .cpu_features
= CPU_FTRS_40X
,
1299 .cpu_user_features
= PPC_FEATURE_32
|
1300 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1301 .mmu_features
= MMU_FTR_TYPE_40x
,
1304 .machine_check
= machine_check_4xx
,
1305 .platform
= "ppc405",
1308 .pvr_mask
= 0xffff0000,
1309 .pvr_value
= 0x41410000,
1310 .cpu_name
= "NP405H",
1311 .cpu_features
= CPU_FTRS_40X
,
1312 .cpu_user_features
= PPC_FEATURE_32
|
1313 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1314 .mmu_features
= MMU_FTR_TYPE_40x
,
1317 .machine_check
= machine_check_4xx
,
1318 .platform
= "ppc405",
1321 .pvr_mask
= 0xffff0000,
1322 .pvr_value
= 0x50910000,
1323 .cpu_name
= "405GPr",
1324 .cpu_features
= CPU_FTRS_40X
,
1325 .cpu_user_features
= PPC_FEATURE_32
|
1326 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1327 .mmu_features
= MMU_FTR_TYPE_40x
,
1330 .machine_check
= machine_check_4xx
,
1331 .platform
= "ppc405",
1334 .pvr_mask
= 0xffff0000,
1335 .pvr_value
= 0x51510000,
1336 .cpu_name
= "STBx25xx",
1337 .cpu_features
= CPU_FTRS_40X
,
1338 .cpu_user_features
= PPC_FEATURE_32
|
1339 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1340 .mmu_features
= MMU_FTR_TYPE_40x
,
1343 .machine_check
= machine_check_4xx
,
1344 .platform
= "ppc405",
1347 .pvr_mask
= 0xffff0000,
1348 .pvr_value
= 0x41F10000,
1349 .cpu_name
= "405LP",
1350 .cpu_features
= CPU_FTRS_40X
,
1351 .cpu_user_features
= PPC_FEATURE_32
| PPC_FEATURE_HAS_MMU
,
1352 .mmu_features
= MMU_FTR_TYPE_40x
,
1355 .machine_check
= machine_check_4xx
,
1356 .platform
= "ppc405",
1359 .pvr_mask
= 0xffff0000,
1360 .pvr_value
= 0x51210000,
1361 .cpu_name
= "405EP",
1362 .cpu_features
= CPU_FTRS_40X
,
1363 .cpu_user_features
= PPC_FEATURE_32
|
1364 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1365 .mmu_features
= MMU_FTR_TYPE_40x
,
1368 .machine_check
= machine_check_4xx
,
1369 .platform
= "ppc405",
1371 { /* 405EX Rev. A/B with Security */
1372 .pvr_mask
= 0xffff000f,
1373 .pvr_value
= 0x12910007,
1374 .cpu_name
= "405EX Rev. A/B",
1375 .cpu_features
= CPU_FTRS_40X
,
1376 .cpu_user_features
= PPC_FEATURE_32
|
1377 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1378 .mmu_features
= MMU_FTR_TYPE_40x
,
1381 .machine_check
= machine_check_4xx
,
1382 .platform
= "ppc405",
1384 { /* 405EX Rev. C without Security */
1385 .pvr_mask
= 0xffff000f,
1386 .pvr_value
= 0x1291000d,
1387 .cpu_name
= "405EX Rev. C",
1388 .cpu_features
= CPU_FTRS_40X
,
1389 .cpu_user_features
= PPC_FEATURE_32
|
1390 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1391 .mmu_features
= MMU_FTR_TYPE_40x
,
1394 .machine_check
= machine_check_4xx
,
1395 .platform
= "ppc405",
1397 { /* 405EX Rev. C with Security */
1398 .pvr_mask
= 0xffff000f,
1399 .pvr_value
= 0x1291000f,
1400 .cpu_name
= "405EX Rev. C",
1401 .cpu_features
= CPU_FTRS_40X
,
1402 .cpu_user_features
= PPC_FEATURE_32
|
1403 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1404 .mmu_features
= MMU_FTR_TYPE_40x
,
1407 .machine_check
= machine_check_4xx
,
1408 .platform
= "ppc405",
1410 { /* 405EX Rev. D without Security */
1411 .pvr_mask
= 0xffff000f,
1412 .pvr_value
= 0x12910003,
1413 .cpu_name
= "405EX Rev. D",
1414 .cpu_features
= CPU_FTRS_40X
,
1415 .cpu_user_features
= PPC_FEATURE_32
|
1416 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1417 .mmu_features
= MMU_FTR_TYPE_40x
,
1420 .machine_check
= machine_check_4xx
,
1421 .platform
= "ppc405",
1423 { /* 405EX Rev. D with Security */
1424 .pvr_mask
= 0xffff000f,
1425 .pvr_value
= 0x12910005,
1426 .cpu_name
= "405EX Rev. D",
1427 .cpu_features
= CPU_FTRS_40X
,
1428 .cpu_user_features
= PPC_FEATURE_32
|
1429 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1430 .mmu_features
= MMU_FTR_TYPE_40x
,
1433 .machine_check
= machine_check_4xx
,
1434 .platform
= "ppc405",
1436 { /* 405EXr Rev. A/B without Security */
1437 .pvr_mask
= 0xffff000f,
1438 .pvr_value
= 0x12910001,
1439 .cpu_name
= "405EXr Rev. A/B",
1440 .cpu_features
= CPU_FTRS_40X
,
1441 .cpu_user_features
= PPC_FEATURE_32
|
1442 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1443 .mmu_features
= MMU_FTR_TYPE_40x
,
1446 .machine_check
= machine_check_4xx
,
1447 .platform
= "ppc405",
1449 { /* 405EXr Rev. C without Security */
1450 .pvr_mask
= 0xffff000f,
1451 .pvr_value
= 0x12910009,
1452 .cpu_name
= "405EXr Rev. C",
1453 .cpu_features
= CPU_FTRS_40X
,
1454 .cpu_user_features
= PPC_FEATURE_32
|
1455 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1456 .mmu_features
= MMU_FTR_TYPE_40x
,
1459 .machine_check
= machine_check_4xx
,
1460 .platform
= "ppc405",
1462 { /* 405EXr Rev. C with Security */
1463 .pvr_mask
= 0xffff000f,
1464 .pvr_value
= 0x1291000b,
1465 .cpu_name
= "405EXr Rev. C",
1466 .cpu_features
= CPU_FTRS_40X
,
1467 .cpu_user_features
= PPC_FEATURE_32
|
1468 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1469 .mmu_features
= MMU_FTR_TYPE_40x
,
1472 .machine_check
= machine_check_4xx
,
1473 .platform
= "ppc405",
1475 { /* 405EXr Rev. D without Security */
1476 .pvr_mask
= 0xffff000f,
1477 .pvr_value
= 0x12910000,
1478 .cpu_name
= "405EXr Rev. D",
1479 .cpu_features
= CPU_FTRS_40X
,
1480 .cpu_user_features
= PPC_FEATURE_32
|
1481 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1482 .mmu_features
= MMU_FTR_TYPE_40x
,
1485 .machine_check
= machine_check_4xx
,
1486 .platform
= "ppc405",
1488 { /* 405EXr Rev. D with Security */
1489 .pvr_mask
= 0xffff000f,
1490 .pvr_value
= 0x12910002,
1491 .cpu_name
= "405EXr Rev. D",
1492 .cpu_features
= CPU_FTRS_40X
,
1493 .cpu_user_features
= PPC_FEATURE_32
|
1494 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1495 .mmu_features
= MMU_FTR_TYPE_40x
,
1498 .machine_check
= machine_check_4xx
,
1499 .platform
= "ppc405",
1503 .pvr_mask
= 0xffff0000,
1504 .pvr_value
= 0x41510000,
1505 .cpu_name
= "405EZ",
1506 .cpu_features
= CPU_FTRS_40X
,
1507 .cpu_user_features
= PPC_FEATURE_32
|
1508 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1509 .mmu_features
= MMU_FTR_TYPE_40x
,
1512 .machine_check
= machine_check_4xx
,
1513 .platform
= "ppc405",
1516 .pvr_mask
= 0xffff0000,
1517 .pvr_value
= 0x7ff11432,
1518 .cpu_name
= "APM8018X",
1519 .cpu_features
= CPU_FTRS_40X
,
1520 .cpu_user_features
= PPC_FEATURE_32
|
1521 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1522 .mmu_features
= MMU_FTR_TYPE_40x
,
1525 .machine_check
= machine_check_4xx
,
1526 .platform
= "ppc405",
1528 { /* default match */
1529 .pvr_mask
= 0x00000000,
1530 .pvr_value
= 0x00000000,
1531 .cpu_name
= "(generic 40x PPC)",
1532 .cpu_features
= CPU_FTRS_40X
,
1533 .cpu_user_features
= PPC_FEATURE_32
|
1534 PPC_FEATURE_HAS_MMU
| PPC_FEATURE_HAS_4xxMAC
,
1535 .mmu_features
= MMU_FTR_TYPE_40x
,
1538 .machine_check
= machine_check_4xx
,
1539 .platform
= "ppc405",
1542 #endif /* CONFIG_40x */
1544 #ifndef CONFIG_PPC_47x
1546 .pvr_mask
= 0xf0000fff,
1547 .pvr_value
= 0x40000850,
1548 .cpu_name
= "440GR Rev. A",
1549 .cpu_features
= CPU_FTRS_44X
,
1550 .cpu_user_features
= COMMON_USER_BOOKE
,
1551 .mmu_features
= MMU_FTR_TYPE_44x
,
1554 .machine_check
= machine_check_4xx
,
1555 .platform
= "ppc440",
1557 { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */
1558 .pvr_mask
= 0xf0000fff,
1559 .pvr_value
= 0x40000858,
1560 .cpu_name
= "440EP Rev. A",
1561 .cpu_features
= CPU_FTRS_44X
,
1562 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1563 .mmu_features
= MMU_FTR_TYPE_44x
,
1566 .cpu_setup
= __setup_cpu_440ep
,
1567 .machine_check
= machine_check_4xx
,
1568 .platform
= "ppc440",
1571 .pvr_mask
= 0xf0000fff,
1572 .pvr_value
= 0x400008d3,
1573 .cpu_name
= "440GR Rev. B",
1574 .cpu_features
= CPU_FTRS_44X
,
1575 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1576 .mmu_features
= MMU_FTR_TYPE_44x
,
1579 .machine_check
= machine_check_4xx
,
1580 .platform
= "ppc440",
1582 { /* Matches both physical and logical PVR for 440EP (logical pvr = pvr | 0x8) */
1583 .pvr_mask
= 0xf0000ff7,
1584 .pvr_value
= 0x400008d4,
1585 .cpu_name
= "440EP Rev. C",
1586 .cpu_features
= CPU_FTRS_44X
,
1587 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1588 .mmu_features
= MMU_FTR_TYPE_44x
,
1591 .cpu_setup
= __setup_cpu_440ep
,
1592 .machine_check
= machine_check_4xx
,
1593 .platform
= "ppc440",
1595 { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */
1596 .pvr_mask
= 0xf0000fff,
1597 .pvr_value
= 0x400008db,
1598 .cpu_name
= "440EP Rev. B",
1599 .cpu_features
= CPU_FTRS_44X
,
1600 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1601 .mmu_features
= MMU_FTR_TYPE_44x
,
1604 .cpu_setup
= __setup_cpu_440ep
,
1605 .machine_check
= machine_check_4xx
,
1606 .platform
= "ppc440",
1609 .pvr_mask
= 0xf0000ffb,
1610 .pvr_value
= 0x200008D0,
1611 .cpu_name
= "440GRX",
1612 .cpu_features
= CPU_FTRS_44X
,
1613 .cpu_user_features
= COMMON_USER_BOOKE
,
1614 .mmu_features
= MMU_FTR_TYPE_44x
,
1617 .cpu_setup
= __setup_cpu_440grx
,
1618 .machine_check
= machine_check_440A
,
1619 .platform
= "ppc440",
1621 { /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */
1622 .pvr_mask
= 0xf0000ffb,
1623 .pvr_value
= 0x200008D8,
1624 .cpu_name
= "440EPX",
1625 .cpu_features
= CPU_FTRS_44X
,
1626 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1627 .mmu_features
= MMU_FTR_TYPE_44x
,
1630 .cpu_setup
= __setup_cpu_440epx
,
1631 .machine_check
= machine_check_440A
,
1632 .platform
= "ppc440",
1634 { /* 440GP Rev. B */
1635 .pvr_mask
= 0xf0000fff,
1636 .pvr_value
= 0x40000440,
1637 .cpu_name
= "440GP Rev. B",
1638 .cpu_features
= CPU_FTRS_44X
,
1639 .cpu_user_features
= COMMON_USER_BOOKE
,
1640 .mmu_features
= MMU_FTR_TYPE_44x
,
1643 .machine_check
= machine_check_4xx
,
1644 .platform
= "ppc440gp",
1646 { /* 440GP Rev. C */
1647 .pvr_mask
= 0xf0000fff,
1648 .pvr_value
= 0x40000481,
1649 .cpu_name
= "440GP Rev. C",
1650 .cpu_features
= CPU_FTRS_44X
,
1651 .cpu_user_features
= COMMON_USER_BOOKE
,
1652 .mmu_features
= MMU_FTR_TYPE_44x
,
1655 .machine_check
= machine_check_4xx
,
1656 .platform
= "ppc440gp",
1658 { /* 440GX Rev. A */
1659 .pvr_mask
= 0xf0000fff,
1660 .pvr_value
= 0x50000850,
1661 .cpu_name
= "440GX Rev. A",
1662 .cpu_features
= CPU_FTRS_44X
,
1663 .cpu_user_features
= COMMON_USER_BOOKE
,
1664 .mmu_features
= MMU_FTR_TYPE_44x
,
1667 .cpu_setup
= __setup_cpu_440gx
,
1668 .machine_check
= machine_check_440A
,
1669 .platform
= "ppc440",
1671 { /* 440GX Rev. B */
1672 .pvr_mask
= 0xf0000fff,
1673 .pvr_value
= 0x50000851,
1674 .cpu_name
= "440GX Rev. B",
1675 .cpu_features
= CPU_FTRS_44X
,
1676 .cpu_user_features
= COMMON_USER_BOOKE
,
1677 .mmu_features
= MMU_FTR_TYPE_44x
,
1680 .cpu_setup
= __setup_cpu_440gx
,
1681 .machine_check
= machine_check_440A
,
1682 .platform
= "ppc440",
1684 { /* 440GX Rev. C */
1685 .pvr_mask
= 0xf0000fff,
1686 .pvr_value
= 0x50000892,
1687 .cpu_name
= "440GX Rev. C",
1688 .cpu_features
= CPU_FTRS_44X
,
1689 .cpu_user_features
= COMMON_USER_BOOKE
,
1690 .mmu_features
= MMU_FTR_TYPE_44x
,
1693 .cpu_setup
= __setup_cpu_440gx
,
1694 .machine_check
= machine_check_440A
,
1695 .platform
= "ppc440",
1697 { /* 440GX Rev. F */
1698 .pvr_mask
= 0xf0000fff,
1699 .pvr_value
= 0x50000894,
1700 .cpu_name
= "440GX Rev. F",
1701 .cpu_features
= CPU_FTRS_44X
,
1702 .cpu_user_features
= COMMON_USER_BOOKE
,
1703 .mmu_features
= MMU_FTR_TYPE_44x
,
1706 .cpu_setup
= __setup_cpu_440gx
,
1707 .machine_check
= machine_check_440A
,
1708 .platform
= "ppc440",
1710 { /* 440SP Rev. A */
1711 .pvr_mask
= 0xfff00fff,
1712 .pvr_value
= 0x53200891,
1713 .cpu_name
= "440SP Rev. A",
1714 .cpu_features
= CPU_FTRS_44X
,
1715 .cpu_user_features
= COMMON_USER_BOOKE
,
1716 .mmu_features
= MMU_FTR_TYPE_44x
,
1719 .machine_check
= machine_check_4xx
,
1720 .platform
= "ppc440",
1722 { /* 440SPe Rev. A */
1723 .pvr_mask
= 0xfff00fff,
1724 .pvr_value
= 0x53400890,
1725 .cpu_name
= "440SPe Rev. A",
1726 .cpu_features
= CPU_FTRS_44X
,
1727 .cpu_user_features
= COMMON_USER_BOOKE
,
1728 .mmu_features
= MMU_FTR_TYPE_44x
,
1731 .cpu_setup
= __setup_cpu_440spe
,
1732 .machine_check
= machine_check_440A
,
1733 .platform
= "ppc440",
1735 { /* 440SPe Rev. B */
1736 .pvr_mask
= 0xfff00fff,
1737 .pvr_value
= 0x53400891,
1738 .cpu_name
= "440SPe Rev. B",
1739 .cpu_features
= CPU_FTRS_44X
,
1740 .cpu_user_features
= COMMON_USER_BOOKE
,
1741 .mmu_features
= MMU_FTR_TYPE_44x
,
1744 .cpu_setup
= __setup_cpu_440spe
,
1745 .machine_check
= machine_check_440A
,
1746 .platform
= "ppc440",
1749 .pvr_mask
= 0xffff0006,
1750 .pvr_value
= 0x13020002,
1751 .cpu_name
= "460EX",
1752 .cpu_features
= CPU_FTRS_440x6
,
1753 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1754 .mmu_features
= MMU_FTR_TYPE_44x
,
1757 .cpu_setup
= __setup_cpu_460ex
,
1758 .machine_check
= machine_check_440A
,
1759 .platform
= "ppc440",
1762 .pvr_mask
= 0xffff0007,
1763 .pvr_value
= 0x13020004,
1764 .cpu_name
= "460EX Rev. B",
1765 .cpu_features
= CPU_FTRS_440x6
,
1766 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1767 .mmu_features
= MMU_FTR_TYPE_44x
,
1770 .cpu_setup
= __setup_cpu_460ex
,
1771 .machine_check
= machine_check_440A
,
1772 .platform
= "ppc440",
1775 .pvr_mask
= 0xffff0006,
1776 .pvr_value
= 0x13020000,
1777 .cpu_name
= "460GT",
1778 .cpu_features
= CPU_FTRS_440x6
,
1779 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1780 .mmu_features
= MMU_FTR_TYPE_44x
,
1783 .cpu_setup
= __setup_cpu_460gt
,
1784 .machine_check
= machine_check_440A
,
1785 .platform
= "ppc440",
1788 .pvr_mask
= 0xffff0007,
1789 .pvr_value
= 0x13020005,
1790 .cpu_name
= "460GT Rev. B",
1791 .cpu_features
= CPU_FTRS_440x6
,
1792 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1793 .mmu_features
= MMU_FTR_TYPE_44x
,
1796 .cpu_setup
= __setup_cpu_460gt
,
1797 .machine_check
= machine_check_440A
,
1798 .platform
= "ppc440",
1801 .pvr_mask
= 0xffffff00,
1802 .pvr_value
= 0x13541800,
1803 .cpu_name
= "460SX",
1804 .cpu_features
= CPU_FTRS_44X
,
1805 .cpu_user_features
= COMMON_USER_BOOKE
,
1806 .mmu_features
= MMU_FTR_TYPE_44x
,
1809 .cpu_setup
= __setup_cpu_460sx
,
1810 .machine_check
= machine_check_440A
,
1811 .platform
= "ppc440",
1813 { /* 464 in APM821xx */
1814 .pvr_mask
= 0xfffffff0,
1815 .pvr_value
= 0x12C41C80,
1816 .cpu_name
= "APM821XX",
1817 .cpu_features
= CPU_FTRS_44X
,
1818 .cpu_user_features
= COMMON_USER_BOOKE
|
1819 PPC_FEATURE_HAS_FPU
,
1820 .mmu_features
= MMU_FTR_TYPE_44x
,
1823 .cpu_setup
= __setup_cpu_apm821xx
,
1824 .machine_check
= machine_check_440A
,
1825 .platform
= "ppc440",
1827 { /* default match */
1828 .pvr_mask
= 0x00000000,
1829 .pvr_value
= 0x00000000,
1830 .cpu_name
= "(generic 44x PPC)",
1831 .cpu_features
= CPU_FTRS_44X
,
1832 .cpu_user_features
= COMMON_USER_BOOKE
,
1833 .mmu_features
= MMU_FTR_TYPE_44x
,
1836 .machine_check
= machine_check_4xx
,
1837 .platform
= "ppc440",
1839 #else /* CONFIG_PPC_47x */
1840 { /* 476 DD2 core */
1841 .pvr_mask
= 0xffffffff,
1842 .pvr_value
= 0x11a52080,
1844 .cpu_features
= CPU_FTRS_47X
| CPU_FTR_476_DD2
,
1845 .cpu_user_features
= COMMON_USER_BOOKE
|
1846 PPC_FEATURE_HAS_FPU
,
1847 .mmu_features
= MMU_FTR_TYPE_47x
|
1848 MMU_FTR_USE_TLBIVAX_BCAST
| MMU_FTR_LOCK_BCAST_INVAL
,
1850 .dcache_bsize
= 128,
1851 .machine_check
= machine_check_47x
,
1852 .platform
= "ppc470",
1855 .pvr_mask
= 0xffff0000,
1856 .pvr_value
= 0x7ff50000,
1857 .cpu_name
= "476fpe",
1858 .cpu_features
= CPU_FTRS_47X
| CPU_FTR_476_DD2
,
1859 .cpu_user_features
= COMMON_USER_BOOKE
|
1860 PPC_FEATURE_HAS_FPU
,
1861 .mmu_features
= MMU_FTR_TYPE_47x
|
1862 MMU_FTR_USE_TLBIVAX_BCAST
| MMU_FTR_LOCK_BCAST_INVAL
,
1864 .dcache_bsize
= 128,
1865 .machine_check
= machine_check_47x
,
1866 .platform
= "ppc470",
1869 .pvr_mask
= 0xffff0000,
1870 .pvr_value
= 0x00050000,
1872 .cpu_features
= CPU_FTRS_47X
,
1873 .cpu_user_features
= COMMON_USER_BOOKE
|
1874 PPC_FEATURE_HAS_FPU
,
1875 .mmu_features
= MMU_FTR_TYPE_47x
|
1876 MMU_FTR_USE_TLBIVAX_BCAST
| MMU_FTR_LOCK_BCAST_INVAL
,
1878 .dcache_bsize
= 128,
1879 .machine_check
= machine_check_47x
,
1880 .platform
= "ppc470",
1883 .pvr_mask
= 0xffff0000,
1884 .pvr_value
= 0x11a50000,
1886 .cpu_features
= CPU_FTRS_47X
,
1887 .cpu_user_features
= COMMON_USER_BOOKE
|
1888 PPC_FEATURE_HAS_FPU
,
1889 .mmu_features
= MMU_FTR_TYPE_47x
|
1890 MMU_FTR_USE_TLBIVAX_BCAST
| MMU_FTR_LOCK_BCAST_INVAL
,
1892 .dcache_bsize
= 128,
1893 .machine_check
= machine_check_47x
,
1894 .platform
= "ppc470",
1896 { /* default match */
1897 .pvr_mask
= 0x00000000,
1898 .pvr_value
= 0x00000000,
1899 .cpu_name
= "(generic 47x PPC)",
1900 .cpu_features
= CPU_FTRS_47X
,
1901 .cpu_user_features
= COMMON_USER_BOOKE
,
1902 .mmu_features
= MMU_FTR_TYPE_47x
,
1904 .dcache_bsize
= 128,
1905 .machine_check
= machine_check_47x
,
1906 .platform
= "ppc470",
1908 #endif /* CONFIG_PPC_47x */
1909 #endif /* CONFIG_44x */
1910 #endif /* CONFIG_PPC32 */
1913 #ifndef CONFIG_PPC_E500MC
1915 .pvr_mask
= 0xffff0000,
1916 .pvr_value
= 0x80200000,
1918 .cpu_features
= CPU_FTRS_E500
,
1919 .cpu_user_features
= COMMON_USER_BOOKE
|
1920 PPC_FEATURE_HAS_SPE_COMP
|
1921 PPC_FEATURE_HAS_EFP_SINGLE_COMP
,
1922 .cpu_user_features2
= PPC_FEATURE2_ISEL
,
1923 .mmu_features
= MMU_FTR_TYPE_FSL_E
,
1927 .oprofile_cpu_type
= "ppc/e500",
1928 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
1929 .cpu_setup
= __setup_cpu_e500v1
,
1930 .machine_check
= machine_check_e500
,
1931 .platform
= "ppc8540",
1934 .pvr_mask
= 0xffff0000,
1935 .pvr_value
= 0x80210000,
1936 .cpu_name
= "e500v2",
1937 .cpu_features
= CPU_FTRS_E500_2
,
1938 .cpu_user_features
= COMMON_USER_BOOKE
|
1939 PPC_FEATURE_HAS_SPE_COMP
|
1940 PPC_FEATURE_HAS_EFP_SINGLE_COMP
|
1941 PPC_FEATURE_HAS_EFP_DOUBLE_COMP
,
1942 .cpu_user_features2
= PPC_FEATURE2_ISEL
,
1943 .mmu_features
= MMU_FTR_TYPE_FSL_E
| MMU_FTR_BIG_PHYS
,
1947 .oprofile_cpu_type
= "ppc/e500",
1948 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
1949 .cpu_setup
= __setup_cpu_e500v2
,
1950 .machine_check
= machine_check_e500
,
1951 .platform
= "ppc8548",
1952 .cpu_down_flush
= cpu_down_flush_e500v2
,
1956 .pvr_mask
= 0xffff0000,
1957 .pvr_value
= 0x80230000,
1958 .cpu_name
= "e500mc",
1959 .cpu_features
= CPU_FTRS_E500MC
,
1960 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1961 .cpu_user_features2
= PPC_FEATURE2_ISEL
,
1962 .mmu_features
= MMU_FTR_TYPE_FSL_E
| MMU_FTR_BIG_PHYS
|
1967 .oprofile_cpu_type
= "ppc/e500mc",
1968 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
1969 .cpu_setup
= __setup_cpu_e500mc
,
1970 .machine_check
= machine_check_e500mc
,
1971 .platform
= "ppce500mc",
1972 .cpu_down_flush
= cpu_down_flush_e500mc
,
1974 #endif /* CONFIG_PPC_E500MC */
1975 #endif /* CONFIG_PPC32 */
1976 #ifdef CONFIG_PPC_E500MC
1978 .pvr_mask
= 0xffff0000,
1979 .pvr_value
= 0x80240000,
1980 .cpu_name
= "e5500",
1981 .cpu_features
= CPU_FTRS_E5500
,
1982 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
,
1983 .cpu_user_features2
= PPC_FEATURE2_ISEL
,
1984 .mmu_features
= MMU_FTR_TYPE_FSL_E
| MMU_FTR_BIG_PHYS
|
1989 .oprofile_cpu_type
= "ppc/e500mc",
1990 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
1991 .cpu_setup
= __setup_cpu_e5500
,
1992 #ifndef CONFIG_PPC32
1993 .cpu_restore
= __restore_cpu_e5500
,
1995 .machine_check
= machine_check_e500mc
,
1996 .platform
= "ppce5500",
1997 .cpu_down_flush
= cpu_down_flush_e5500
,
2000 .pvr_mask
= 0xffff0000,
2001 .pvr_value
= 0x80400000,
2002 .cpu_name
= "e6500",
2003 .cpu_features
= CPU_FTRS_E6500
,
2004 .cpu_user_features
= COMMON_USER_BOOKE
| PPC_FEATURE_HAS_FPU
|
2005 PPC_FEATURE_HAS_ALTIVEC_COMP
,
2006 .cpu_user_features2
= PPC_FEATURE2_ISEL
,
2007 .mmu_features
= MMU_FTR_TYPE_FSL_E
| MMU_FTR_BIG_PHYS
|
2012 .oprofile_cpu_type
= "ppc/e6500",
2013 .oprofile_type
= PPC_OPROFILE_FSL_EMB
,
2014 .cpu_setup
= __setup_cpu_e6500
,
2015 #ifndef CONFIG_PPC32
2016 .cpu_restore
= __restore_cpu_e6500
,
2018 .machine_check
= machine_check_e500mc
,
2019 .platform
= "ppce6500",
2020 .cpu_down_flush
= cpu_down_flush_e6500
,
2022 #endif /* CONFIG_PPC_E500MC */
2024 { /* default match */
2025 .pvr_mask
= 0x00000000,
2026 .pvr_value
= 0x00000000,
2027 .cpu_name
= "(generic E500 PPC)",
2028 .cpu_features
= CPU_FTRS_E500
,
2029 .cpu_user_features
= COMMON_USER_BOOKE
|
2030 PPC_FEATURE_HAS_SPE_COMP
|
2031 PPC_FEATURE_HAS_EFP_SINGLE_COMP
,
2032 .mmu_features
= MMU_FTR_TYPE_FSL_E
,
2035 .machine_check
= machine_check_e500
,
2036 .platform
= "powerpc",
2038 #endif /* CONFIG_PPC32 */
2039 #endif /* CONFIG_E500 */
2042 void __init
set_cur_cpu_spec(struct cpu_spec
*s
)
2044 struct cpu_spec
*t
= &the_cpu_spec
;
2048 * use memcpy() instead of *t = *s so that GCC replaces it
2049 * by __memcpy() when KASAN is active
2051 memcpy(t
, s
, sizeof(*t
));
2053 *PTRRELOC(&cur_cpu_spec
) = &the_cpu_spec
;
2056 static struct cpu_spec
* __init
setup_cpu_spec(unsigned long offset
,
2059 struct cpu_spec
*t
= &the_cpu_spec
;
2060 struct cpu_spec old
;
2066 * Copy everything, then do fixups. Use memcpy() instead of *t = *s
2067 * so that GCC replaces it by __memcpy() when KASAN is active
2069 memcpy(t
, s
, sizeof(*t
));
2072 * If we are overriding a previous value derived from the real
2073 * PVR with a new value obtained using a logical PVR value,
2074 * don't modify the performance monitor fields.
2076 if (old
.num_pmcs
&& !s
->num_pmcs
) {
2077 t
->num_pmcs
= old
.num_pmcs
;
2078 t
->pmc_type
= old
.pmc_type
;
2079 t
->oprofile_type
= old
.oprofile_type
;
2080 t
->oprofile_mmcra_sihv
= old
.oprofile_mmcra_sihv
;
2081 t
->oprofile_mmcra_sipr
= old
.oprofile_mmcra_sipr
;
2082 t
->oprofile_mmcra_clear
= old
.oprofile_mmcra_clear
;
2085 * If we have passed through this logic once before and
2086 * have pulled the default case because the real PVR was
2087 * not found inside cpu_specs[], then we are possibly
2088 * running in compatibility mode. In that case, let the
2089 * oprofiler know which set of compatibility counters to
2090 * pull from by making sure the oprofile_cpu_type string
2091 * is set to that of compatibility mode. If the
2092 * oprofile_cpu_type already has a value, then we are
2093 * possibly overriding a real PVR with a logical one,
2094 * and, in that case, keep the current value for
2095 * oprofile_cpu_type. Futhermore, let's ensure that the
2096 * fix for the PMAO bug is enabled on compatibility mode.
2098 if (old
.oprofile_cpu_type
!= NULL
) {
2099 t
->oprofile_cpu_type
= old
.oprofile_cpu_type
;
2100 t
->cpu_features
|= old
.cpu_features
& CPU_FTR_PMAO_BUG
;
2104 *PTRRELOC(&cur_cpu_spec
) = &the_cpu_spec
;
2107 * Set the base platform string once; assumes
2108 * we're called with real pvr first.
2110 if (*PTRRELOC(&powerpc_base_platform
) == NULL
)
2111 *PTRRELOC(&powerpc_base_platform
) = t
->platform
;
2113 #if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)
2114 /* ppc64 and booke expect identify_cpu to also call setup_cpu for
2115 * that processor. I will consolidate that at a later time, for now,
2116 * just use #ifdef. We also don't need to PTRRELOC the function
2117 * pointer on ppc64 and booke as we are running at 0 in real mode
2118 * on ppc64 and reloc_offset is always 0 on booke.
2121 t
->cpu_setup(offset
, t
);
2123 #endif /* CONFIG_PPC64 || CONFIG_BOOKE */
2128 struct cpu_spec
* __init
identify_cpu(unsigned long offset
, unsigned int pvr
)
2130 struct cpu_spec
*s
= cpu_specs
;
2135 for (i
= 0; i
< ARRAY_SIZE(cpu_specs
); i
++,s
++) {
2136 if ((pvr
& s
->pvr_mask
) == s
->pvr_value
)
2137 return setup_cpu_spec(offset
, s
);
2146 * Used by cpufeatures to get the name for CPUs with a PVR table.
2147 * If they don't hae a PVR table, cpufeatures gets the name from
2148 * cpu device-tree node.
2150 void __init
identify_cpu_name(unsigned int pvr
)
2152 struct cpu_spec
*s
= cpu_specs
;
2153 struct cpu_spec
*t
= &the_cpu_spec
;
2159 for (i
= 0; i
< ARRAY_SIZE(cpu_specs
); i
++,s
++) {
2160 if ((pvr
& s
->pvr_mask
) == s
->pvr_value
) {
2161 t
->cpu_name
= s
->cpu_name
;
2168 #ifdef CONFIG_JUMP_LABEL_FEATURE_CHECKS
2169 struct static_key_true cpu_feature_keys
[NUM_CPU_FTR_KEYS
] = {
2170 [0 ... NUM_CPU_FTR_KEYS
- 1] = STATIC_KEY_TRUE_INIT
2172 EXPORT_SYMBOL_GPL(cpu_feature_keys
);
2174 void __init
cpu_feature_keys_init(void)
2178 for (i
= 0; i
< NUM_CPU_FTR_KEYS
; i
++) {
2179 unsigned long f
= 1ul << i
;
2181 if (!(cur_cpu_spec
->cpu_features
& f
))
2182 static_branch_disable(&cpu_feature_keys
[i
]);
2186 struct static_key_true mmu_feature_keys
[NUM_MMU_FTR_KEYS
] = {
2187 [0 ... NUM_MMU_FTR_KEYS
- 1] = STATIC_KEY_TRUE_INIT
2189 EXPORT_SYMBOL_GPL(mmu_feature_keys
);
2191 void __init
mmu_feature_keys_init(void)
2195 for (i
= 0; i
< NUM_MMU_FTR_KEYS
; i
++) {
2196 unsigned long f
= 1ul << i
;
2198 if (!(cur_cpu_spec
->mmu_features
& f
))
2199 static_branch_disable(&mmu_feature_keys
[i
]);