Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / cputable.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_POWERPC_CPUTABLE_H
3 #define __ASM_POWERPC_CPUTABLE_H
4
5
6 #include <linux/types.h>
7 #include <uapi/asm/cputable.h>
8 #include <asm/asm-const.h>
9
10 #ifndef __ASSEMBLY__
11
12 /* This structure can grow, it's real size is used by head.S code
13  * via the mkdefs mechanism.
14  */
15 struct cpu_spec;
16
17 typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec);
18 typedef void (*cpu_restore_t)(void);
19
20 enum powerpc_pmc_type {
21         PPC_PMC_DEFAULT = 0,
22         PPC_PMC_IBM = 1,
23         PPC_PMC_PA6T = 2,
24         PPC_PMC_G4 = 3,
25 };
26
27 struct pt_regs;
28
29 extern int machine_check_generic(struct pt_regs *regs);
30 extern int machine_check_4xx(struct pt_regs *regs);
31 extern int machine_check_440A(struct pt_regs *regs);
32 extern int machine_check_e500mc(struct pt_regs *regs);
33 extern int machine_check_e500(struct pt_regs *regs);
34 extern int machine_check_47x(struct pt_regs *regs);
35 int machine_check_8xx(struct pt_regs *regs);
36 int machine_check_83xx(struct pt_regs *regs);
37
38 extern void cpu_down_flush_e500v2(void);
39 extern void cpu_down_flush_e500mc(void);
40 extern void cpu_down_flush_e5500(void);
41 extern void cpu_down_flush_e6500(void);
42
43 /* NOTE WELL: Update identify_cpu() if fields are added or removed! */
44 struct cpu_spec {
45         /* CPU is matched via (PVR & pvr_mask) == pvr_value */
46         unsigned int    pvr_mask;
47         unsigned int    pvr_value;
48
49         char            *cpu_name;
50         unsigned long   cpu_features;           /* Kernel features */
51         unsigned int    cpu_user_features;      /* Userland features */
52         unsigned int    cpu_user_features2;     /* Userland features v2 */
53         unsigned int    mmu_features;           /* MMU features */
54
55         /* cache line sizes */
56         unsigned int    icache_bsize;
57         unsigned int    dcache_bsize;
58
59         /* flush caches inside the current cpu */
60         void (*cpu_down_flush)(void);
61
62         /* number of performance monitor counters */
63         unsigned int    num_pmcs;
64         enum powerpc_pmc_type pmc_type;
65
66         /* this is called to initialize various CPU bits like L1 cache,
67          * BHT, SPD, etc... from head.S before branching to identify_machine
68          */
69         cpu_setup_t     cpu_setup;
70         /* Used to restore cpu setup on secondary processors and at resume */
71         cpu_restore_t   cpu_restore;
72
73         /* Name of processor class, for the ELF AT_PLATFORM entry */
74         char            *platform;
75
76         /* Processor specific machine check handling. Return negative
77          * if the error is fatal, 1 if it was fully recovered and 0 to
78          * pass up (not CPU originated) */
79         int             (*machine_check)(struct pt_regs *regs);
80
81         /*
82          * Processor specific early machine check handler which is
83          * called in real mode to handle SLB and TLB errors.
84          */
85         long            (*machine_check_early)(struct pt_regs *regs);
86 };
87
88 extern struct cpu_spec          *cur_cpu_spec;
89
90 extern unsigned int __start___ftr_fixup, __stop___ftr_fixup;
91
92 extern void set_cur_cpu_spec(struct cpu_spec *s);
93 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
94 extern void identify_cpu_name(unsigned int pvr);
95 extern void do_feature_fixups(unsigned long value, void *fixup_start,
96                               void *fixup_end);
97
98 extern const char *powerpc_base_platform;
99
100 #ifdef CONFIG_JUMP_LABEL_FEATURE_CHECKS
101 extern void cpu_feature_keys_init(void);
102 #else
103 static inline void cpu_feature_keys_init(void) { }
104 #endif
105
106 #endif /* __ASSEMBLY__ */
107
108 /* CPU kernel features */
109
110 /* Definitions for features that we have on both 32-bit and 64-bit chips */
111 #define CPU_FTR_COHERENT_ICACHE         ASM_CONST(0x00000001)
112 #define CPU_FTR_ALTIVEC                 ASM_CONST(0x00000002)
113 #define CPU_FTR_DBELL                   ASM_CONST(0x00000004)
114 #define CPU_FTR_CAN_NAP                 ASM_CONST(0x00000008)
115 #define CPU_FTR_DEBUG_LVL_EXC           ASM_CONST(0x00000010)
116 // ASM_CONST(0x00000020) Free
117 #define CPU_FTR_FPU_UNAVAILABLE         ASM_CONST(0x00000040)
118 #define CPU_FTR_LWSYNC                  ASM_CONST(0x00000080)
119 #define CPU_FTR_NOEXECUTE               ASM_CONST(0x00000100)
120 #define CPU_FTR_EMB_HV                  ASM_CONST(0x00000200)
121
122 /* Definitions for features that only exist on 32-bit chips */
123 #ifdef CONFIG_PPC32
124 #define CPU_FTR_L2CR                    ASM_CONST(0x00002000)
125 #define CPU_FTR_SPEC7450                ASM_CONST(0x00004000)
126 #define CPU_FTR_TAU                     ASM_CONST(0x00008000)
127 #define CPU_FTR_CAN_DOZE                ASM_CONST(0x00010000)
128 #define CPU_FTR_L3CR                    ASM_CONST(0x00040000)
129 #define CPU_FTR_L3_DISABLE_NAP          ASM_CONST(0x00080000)
130 #define CPU_FTR_NAP_DISABLE_L2_PR       ASM_CONST(0x00100000)
131 #define CPU_FTR_DUAL_PLL_750FX          ASM_CONST(0x00200000)
132 #define CPU_FTR_NO_DPM                  ASM_CONST(0x00400000)
133 #define CPU_FTR_476_DD2                 ASM_CONST(0x00800000)
134 #define CPU_FTR_NEED_COHERENT           ASM_CONST(0x01000000)
135 #define CPU_FTR_NO_BTIC                 ASM_CONST(0x02000000)
136 #define CPU_FTR_PPC_LE                  ASM_CONST(0x04000000)
137 #define CPU_FTR_SPE                     ASM_CONST(0x10000000)
138 #define CPU_FTR_NEED_PAIRED_STWCX       ASM_CONST(0x20000000)
139 #define CPU_FTR_INDEXED_DCR             ASM_CONST(0x40000000)
140
141 #else   /* CONFIG_PPC32 */
142 /* Define these to 0 for the sake of tests in common code */
143 #define CPU_FTR_PPC_LE                  (0)
144 #define CPU_FTR_SPE                     (0)
145 #endif
146
147 /*
148  * Definitions for the 64-bit processor unique features;
149  * on 32-bit, make the names available but defined to be 0.
150  */
151 #ifdef __powerpc64__
152 #define LONG_ASM_CONST(x)               ASM_CONST(x)
153 #else
154 #define LONG_ASM_CONST(x)               0
155 #endif
156
157 #define CPU_FTR_REAL_LE                 LONG_ASM_CONST(0x0000000000001000)
158 #define CPU_FTR_HVMODE                  LONG_ASM_CONST(0x0000000000002000)
159 #define CPU_FTR_ARCH_206                LONG_ASM_CONST(0x0000000000008000)
160 #define CPU_FTR_ARCH_207S               LONG_ASM_CONST(0x0000000000010000)
161 #define CPU_FTR_ARCH_300                LONG_ASM_CONST(0x0000000000020000)
162 #define CPU_FTR_MMCRA                   LONG_ASM_CONST(0x0000000000040000)
163 #define CPU_FTR_CTRL                    LONG_ASM_CONST(0x0000000000080000)
164 #define CPU_FTR_SMT                     LONG_ASM_CONST(0x0000000000100000)
165 #define CPU_FTR_PAUSE_ZERO              LONG_ASM_CONST(0x0000000000200000)
166 #define CPU_FTR_PURR                    LONG_ASM_CONST(0x0000000000400000)
167 #define CPU_FTR_CELL_TB_BUG             LONG_ASM_CONST(0x0000000000800000)
168 #define CPU_FTR_SPURR                   LONG_ASM_CONST(0x0000000001000000)
169 #define CPU_FTR_DSCR                    LONG_ASM_CONST(0x0000000002000000)
170 #define CPU_FTR_VSX                     LONG_ASM_CONST(0x0000000004000000)
171 #define CPU_FTR_SAO                     LONG_ASM_CONST(0x0000000008000000)
172 #define CPU_FTR_CP_USE_DCBTZ            LONG_ASM_CONST(0x0000000010000000)
173 #define CPU_FTR_UNALIGNED_LD_STD        LONG_ASM_CONST(0x0000000020000000)
174 #define CPU_FTR_ASYM_SMT                LONG_ASM_CONST(0x0000000040000000)
175 #define CPU_FTR_STCX_CHECKS_ADDRESS     LONG_ASM_CONST(0x0000000080000000)
176 #define CPU_FTR_POPCNTB                 LONG_ASM_CONST(0x0000000100000000)
177 #define CPU_FTR_POPCNTD                 LONG_ASM_CONST(0x0000000200000000)
178 /* LONG_ASM_CONST(0x0000000400000000) Free */
179 #define CPU_FTR_VMX_COPY                LONG_ASM_CONST(0x0000000800000000)
180 #define CPU_FTR_TM                      LONG_ASM_CONST(0x0000001000000000)
181 #define CPU_FTR_CFAR                    LONG_ASM_CONST(0x0000002000000000)
182 #define CPU_FTR_HAS_PPR                 LONG_ASM_CONST(0x0000004000000000)
183 #define CPU_FTR_DAWR                    LONG_ASM_CONST(0x0000008000000000)
184 #define CPU_FTR_DABRX                   LONG_ASM_CONST(0x0000010000000000)
185 #define CPU_FTR_PMAO_BUG                LONG_ASM_CONST(0x0000020000000000)
186 #define CPU_FTR_POWER9_DD2_1            LONG_ASM_CONST(0x0000080000000000)
187 #define CPU_FTR_P9_TM_HV_ASSIST         LONG_ASM_CONST(0x0000100000000000)
188 #define CPU_FTR_P9_TM_XER_SO_BUG        LONG_ASM_CONST(0x0000200000000000)
189 #define CPU_FTR_P9_TLBIE_STQ_BUG        LONG_ASM_CONST(0x0000400000000000)
190 #define CPU_FTR_P9_TIDR                 LONG_ASM_CONST(0x0000800000000000)
191 #define CPU_FTR_P9_TLBIE_ERAT_BUG       LONG_ASM_CONST(0x0001000000000000)
192 #define CPU_FTR_P9_RADIX_PREFETCH_BUG   LONG_ASM_CONST(0x0002000000000000)
193 #define CPU_FTR_ARCH_31                 LONG_ASM_CONST(0x0004000000000000)
194 #define CPU_FTR_DAWR1                   LONG_ASM_CONST(0x0008000000000000)
195
196 #ifndef __ASSEMBLY__
197
198 #define CPU_FTR_PPCAS_ARCH_V2   (CPU_FTR_NOEXECUTE)
199
200 /* We only set the altivec features if the kernel was compiled with altivec
201  * support
202  */
203 #ifdef CONFIG_ALTIVEC
204 #define CPU_FTR_ALTIVEC_COMP    CPU_FTR_ALTIVEC
205 #define PPC_FEATURE_HAS_ALTIVEC_COMP PPC_FEATURE_HAS_ALTIVEC
206 #else
207 #define CPU_FTR_ALTIVEC_COMP    0
208 #define PPC_FEATURE_HAS_ALTIVEC_COMP    0
209 #endif
210
211 /* We only set the VSX features if the kernel was compiled with VSX
212  * support
213  */
214 #ifdef CONFIG_VSX
215 #define CPU_FTR_VSX_COMP        CPU_FTR_VSX
216 #define PPC_FEATURE_HAS_VSX_COMP PPC_FEATURE_HAS_VSX
217 #else
218 #define CPU_FTR_VSX_COMP        0
219 #define PPC_FEATURE_HAS_VSX_COMP    0
220 #endif
221
222 /* We only set the spe features if the kernel was compiled with spe
223  * support
224  */
225 #ifdef CONFIG_SPE
226 #define CPU_FTR_SPE_COMP        CPU_FTR_SPE
227 #define PPC_FEATURE_HAS_SPE_COMP PPC_FEATURE_HAS_SPE
228 #define PPC_FEATURE_HAS_EFP_SINGLE_COMP PPC_FEATURE_HAS_EFP_SINGLE
229 #define PPC_FEATURE_HAS_EFP_DOUBLE_COMP PPC_FEATURE_HAS_EFP_DOUBLE
230 #else
231 #define CPU_FTR_SPE_COMP        0
232 #define PPC_FEATURE_HAS_SPE_COMP    0
233 #define PPC_FEATURE_HAS_EFP_SINGLE_COMP 0
234 #define PPC_FEATURE_HAS_EFP_DOUBLE_COMP 0
235 #endif
236
237 /* We only set the TM feature if the kernel was compiled with TM supprt */
238 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
239 #define CPU_FTR_TM_COMP                 CPU_FTR_TM
240 #define PPC_FEATURE2_HTM_COMP           PPC_FEATURE2_HTM
241 #define PPC_FEATURE2_HTM_NOSC_COMP      PPC_FEATURE2_HTM_NOSC
242 #else
243 #define CPU_FTR_TM_COMP                 0
244 #define PPC_FEATURE2_HTM_COMP           0
245 #define PPC_FEATURE2_HTM_NOSC_COMP      0
246 #endif
247
248 /* We need to mark all pages as being coherent if we're SMP or we have a
249  * 74[45]x and an MPC107 host bridge. Also 83xx and PowerQUICC II
250  * require it for PCI "streaming/prefetch" to work properly.
251  * This is also required by 52xx family.
252  */
253 #if defined(CONFIG_SMP) || defined(CONFIG_MPC10X_BRIDGE) \
254         || defined(CONFIG_PPC_83xx) || defined(CONFIG_8260) \
255         || defined(CONFIG_PPC_MPC52xx)
256 #define CPU_FTR_COMMON                  CPU_FTR_NEED_COHERENT
257 #else
258 #define CPU_FTR_COMMON                  0
259 #endif
260
261 /* The powersave features NAP & DOZE seems to confuse BDI when
262    debugging. So if a BDI is used, disable theses
263  */
264 #ifndef CONFIG_BDI_SWITCH
265 #define CPU_FTR_MAYBE_CAN_DOZE  CPU_FTR_CAN_DOZE
266 #define CPU_FTR_MAYBE_CAN_NAP   CPU_FTR_CAN_NAP
267 #else
268 #define CPU_FTR_MAYBE_CAN_DOZE  0
269 #define CPU_FTR_MAYBE_CAN_NAP   0
270 #endif
271
272 #define CPU_FTRS_603    (CPU_FTR_COMMON | CPU_FTR_MAYBE_CAN_DOZE | \
273             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE | CPU_FTR_NOEXECUTE)
274 #define CPU_FTRS_604    (CPU_FTR_COMMON | CPU_FTR_PPC_LE)
275 #define CPU_FTRS_740_NOTAU      (CPU_FTR_COMMON | \
276             CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_L2CR | \
277             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE)
278 #define CPU_FTRS_740    (CPU_FTR_COMMON | \
279             CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_L2CR | \
280             CPU_FTR_TAU | CPU_FTR_MAYBE_CAN_NAP | \
281             CPU_FTR_PPC_LE)
282 #define CPU_FTRS_750    (CPU_FTR_COMMON | \
283             CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_L2CR | \
284             CPU_FTR_TAU | CPU_FTR_MAYBE_CAN_NAP | \
285             CPU_FTR_PPC_LE)
286 #define CPU_FTRS_750CL  (CPU_FTRS_750)
287 #define CPU_FTRS_750FX1 (CPU_FTRS_750 | CPU_FTR_DUAL_PLL_750FX | CPU_FTR_NO_DPM)
288 #define CPU_FTRS_750FX2 (CPU_FTRS_750 | CPU_FTR_NO_DPM)
289 #define CPU_FTRS_750FX  (CPU_FTRS_750 | CPU_FTR_DUAL_PLL_750FX)
290 #define CPU_FTRS_750GX  (CPU_FTRS_750FX)
291 #define CPU_FTRS_7400_NOTAU     (CPU_FTR_COMMON | \
292             CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_L2CR | \
293             CPU_FTR_ALTIVEC_COMP | \
294             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE)
295 #define CPU_FTRS_7400   (CPU_FTR_COMMON | \
296             CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_L2CR | \
297             CPU_FTR_TAU | CPU_FTR_ALTIVEC_COMP | \
298             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE)
299 #define CPU_FTRS_7450_20        (CPU_FTR_COMMON | \
300             CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
301             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | \
302             CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE | CPU_FTR_NEED_PAIRED_STWCX)
303 #define CPU_FTRS_7450_21        (CPU_FTR_COMMON | \
304             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
305             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | \
306             CPU_FTR_NAP_DISABLE_L2_PR | CPU_FTR_L3_DISABLE_NAP | \
307             CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE | CPU_FTR_NEED_PAIRED_STWCX)
308 #define CPU_FTRS_7450_23        (CPU_FTR_COMMON | \
309             CPU_FTR_NEED_PAIRED_STWCX | \
310             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
311             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | \
312             CPU_FTR_NAP_DISABLE_L2_PR | CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE)
313 #define CPU_FTRS_7455_1 (CPU_FTR_COMMON | \
314             CPU_FTR_NEED_PAIRED_STWCX | \
315             CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | CPU_FTR_L3CR | \
316             CPU_FTR_SPEC7450 | CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE)
317 #define CPU_FTRS_7455_20        (CPU_FTR_COMMON | \
318             CPU_FTR_NEED_PAIRED_STWCX | \
319             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
320             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | \
321             CPU_FTR_NAP_DISABLE_L2_PR | CPU_FTR_L3_DISABLE_NAP | \
322             CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE)
323 #define CPU_FTRS_7455   (CPU_FTR_COMMON | \
324             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
325             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | CPU_FTR_NAP_DISABLE_L2_PR | \
326             CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE | CPU_FTR_NEED_PAIRED_STWCX)
327 #define CPU_FTRS_7447_10        (CPU_FTR_COMMON | \
328             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
329             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | CPU_FTR_NAP_DISABLE_L2_PR | \
330             CPU_FTR_NEED_COHERENT | CPU_FTR_NO_BTIC | CPU_FTR_PPC_LE | \
331             CPU_FTR_NEED_PAIRED_STWCX)
332 #define CPU_FTRS_7447   (CPU_FTR_COMMON | \
333             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
334             CPU_FTR_L3CR | CPU_FTR_SPEC7450 | CPU_FTR_NAP_DISABLE_L2_PR | \
335             CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE | CPU_FTR_NEED_PAIRED_STWCX)
336 #define CPU_FTRS_7447A  (CPU_FTR_COMMON | \
337             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
338             CPU_FTR_SPEC7450 | CPU_FTR_NAP_DISABLE_L2_PR | \
339             CPU_FTR_NEED_COHERENT | CPU_FTR_PPC_LE | CPU_FTR_NEED_PAIRED_STWCX)
340 #define CPU_FTRS_7448   (CPU_FTR_COMMON | \
341             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_L2CR | CPU_FTR_ALTIVEC_COMP | \
342             CPU_FTR_SPEC7450 | CPU_FTR_NAP_DISABLE_L2_PR | \
343             CPU_FTR_PPC_LE | CPU_FTR_NEED_PAIRED_STWCX)
344 #define CPU_FTRS_82XX   (CPU_FTR_COMMON | CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_NOEXECUTE)
345 #define CPU_FTRS_G2_LE  (CPU_FTR_COMMON | CPU_FTR_MAYBE_CAN_DOZE | \
346             CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_NOEXECUTE)
347 #define CPU_FTRS_E300   (CPU_FTR_MAYBE_CAN_DOZE | \
348             CPU_FTR_MAYBE_CAN_NAP | \
349             CPU_FTR_COMMON  | CPU_FTR_NOEXECUTE)
350 #define CPU_FTRS_E300C2 (CPU_FTR_MAYBE_CAN_DOZE | \
351             CPU_FTR_MAYBE_CAN_NAP | \
352             CPU_FTR_COMMON | CPU_FTR_FPU_UNAVAILABLE  | CPU_FTR_NOEXECUTE)
353 #define CPU_FTRS_CLASSIC32      (CPU_FTR_COMMON)
354 #define CPU_FTRS_8XX    (CPU_FTR_NOEXECUTE)
355 #define CPU_FTRS_40X    (CPU_FTR_NOEXECUTE)
356 #define CPU_FTRS_44X    (CPU_FTR_NOEXECUTE)
357 #define CPU_FTRS_440x6  (CPU_FTR_NOEXECUTE | \
358             CPU_FTR_INDEXED_DCR)
359 #define CPU_FTRS_47X    (CPU_FTRS_440x6)
360 #define CPU_FTRS_E500   (CPU_FTR_MAYBE_CAN_DOZE | \
361             CPU_FTR_SPE_COMP | CPU_FTR_MAYBE_CAN_NAP | \
362             CPU_FTR_NOEXECUTE)
363 #define CPU_FTRS_E500_2 (CPU_FTR_MAYBE_CAN_DOZE | \
364             CPU_FTR_SPE_COMP | CPU_FTR_MAYBE_CAN_NAP | \
365             CPU_FTR_NOEXECUTE)
366 #define CPU_FTRS_E500MC ( \
367             CPU_FTR_LWSYNC | CPU_FTR_NOEXECUTE | \
368             CPU_FTR_DBELL | CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV)
369 /*
370  * e5500/e6500 erratum A-006958 is a timebase bug that can use the
371  * same workaround as CPU_FTR_CELL_TB_BUG.
372  */
373 #define CPU_FTRS_E5500  ( \
374             CPU_FTR_LWSYNC | CPU_FTR_NOEXECUTE | \
375             CPU_FTR_DBELL | CPU_FTR_POPCNTB | CPU_FTR_POPCNTD | \
376             CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV | CPU_FTR_CELL_TB_BUG)
377 #define CPU_FTRS_E6500  ( \
378             CPU_FTR_LWSYNC | CPU_FTR_NOEXECUTE | \
379             CPU_FTR_DBELL | CPU_FTR_POPCNTB | CPU_FTR_POPCNTD | \
380             CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV | CPU_FTR_ALTIVEC_COMP | \
381             CPU_FTR_CELL_TB_BUG | CPU_FTR_SMT)
382
383 /* 64-bit CPUs */
384 #define CPU_FTRS_PPC970 (CPU_FTR_LWSYNC | \
385             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \
386             CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP | CPU_FTR_MMCRA | \
387             CPU_FTR_CP_USE_DCBTZ | CPU_FTR_STCX_CHECKS_ADDRESS | \
388             CPU_FTR_HVMODE | CPU_FTR_DABRX)
389 #define CPU_FTRS_POWER5 (CPU_FTR_LWSYNC | \
390             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \
391             CPU_FTR_MMCRA | CPU_FTR_SMT | \
392             CPU_FTR_COHERENT_ICACHE | CPU_FTR_PURR | \
393             CPU_FTR_STCX_CHECKS_ADDRESS | CPU_FTR_POPCNTB | CPU_FTR_DABRX)
394 #define CPU_FTRS_POWER6 (CPU_FTR_LWSYNC | \
395             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \
396             CPU_FTR_MMCRA | CPU_FTR_SMT | \
397             CPU_FTR_COHERENT_ICACHE | \
398             CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
399             CPU_FTR_DSCR | CPU_FTR_UNALIGNED_LD_STD | \
400             CPU_FTR_STCX_CHECKS_ADDRESS | CPU_FTR_POPCNTB | CPU_FTR_CFAR | \
401             CPU_FTR_DABRX)
402 #define CPU_FTRS_POWER7 (CPU_FTR_LWSYNC | \
403             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
404             CPU_FTR_MMCRA | CPU_FTR_SMT | \
405             CPU_FTR_COHERENT_ICACHE | \
406             CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
407             CPU_FTR_DSCR | CPU_FTR_SAO  | CPU_FTR_ASYM_SMT | \
408             CPU_FTR_STCX_CHECKS_ADDRESS | CPU_FTR_POPCNTB | CPU_FTR_POPCNTD | \
409             CPU_FTR_CFAR | CPU_FTR_HVMODE | \
410             CPU_FTR_VMX_COPY | CPU_FTR_HAS_PPR | CPU_FTR_DABRX )
411 #define CPU_FTRS_POWER8 (CPU_FTR_LWSYNC | \
412             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
413             CPU_FTR_MMCRA | CPU_FTR_SMT | \
414             CPU_FTR_COHERENT_ICACHE | \
415             CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
416             CPU_FTR_DSCR | CPU_FTR_SAO  | \
417             CPU_FTR_STCX_CHECKS_ADDRESS | CPU_FTR_POPCNTB | CPU_FTR_POPCNTD | \
418             CPU_FTR_CFAR | CPU_FTR_HVMODE | CPU_FTR_VMX_COPY | \
419             CPU_FTR_DBELL | CPU_FTR_HAS_PPR | CPU_FTR_DAWR | \
420             CPU_FTR_ARCH_207S | CPU_FTR_TM_COMP )
421 #define CPU_FTRS_POWER8E (CPU_FTRS_POWER8 | CPU_FTR_PMAO_BUG)
422 #define CPU_FTRS_POWER9 (CPU_FTR_LWSYNC | \
423             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
424             CPU_FTR_MMCRA | CPU_FTR_SMT | \
425             CPU_FTR_COHERENT_ICACHE | \
426             CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
427             CPU_FTR_DSCR | CPU_FTR_SAO  | \
428             CPU_FTR_STCX_CHECKS_ADDRESS | CPU_FTR_POPCNTB | CPU_FTR_POPCNTD | \
429             CPU_FTR_CFAR | CPU_FTR_HVMODE | CPU_FTR_VMX_COPY | \
430             CPU_FTR_DBELL | CPU_FTR_HAS_PPR | CPU_FTR_ARCH_207S | \
431             CPU_FTR_TM_COMP | CPU_FTR_ARCH_300 | CPU_FTR_P9_TLBIE_STQ_BUG | \
432             CPU_FTR_P9_TLBIE_ERAT_BUG | CPU_FTR_P9_TIDR)
433 #define CPU_FTRS_POWER9_DD2_0 (CPU_FTRS_POWER9 | CPU_FTR_P9_RADIX_PREFETCH_BUG)
434 #define CPU_FTRS_POWER9_DD2_1 (CPU_FTRS_POWER9 | \
435                                CPU_FTR_P9_RADIX_PREFETCH_BUG | \
436                                CPU_FTR_POWER9_DD2_1)
437 #define CPU_FTRS_POWER9_DD2_2 (CPU_FTRS_POWER9 | CPU_FTR_POWER9_DD2_1 | \
438                                CPU_FTR_P9_TM_HV_ASSIST | \
439                                CPU_FTR_P9_TM_XER_SO_BUG)
440 #define CPU_FTRS_POWER9_DD2_3 (CPU_FTRS_POWER9 | CPU_FTR_POWER9_DD2_1 | \
441                                CPU_FTR_P9_TM_HV_ASSIST | \
442                                CPU_FTR_P9_TM_XER_SO_BUG | \
443                                CPU_FTR_DAWR)
444 #define CPU_FTRS_POWER10 (CPU_FTR_LWSYNC | \
445             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
446             CPU_FTR_MMCRA | CPU_FTR_SMT | \
447             CPU_FTR_COHERENT_ICACHE | \
448             CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
449             CPU_FTR_DSCR | CPU_FTR_SAO  | \
450             CPU_FTR_STCX_CHECKS_ADDRESS | CPU_FTR_POPCNTB | CPU_FTR_POPCNTD | \
451             CPU_FTR_CFAR | CPU_FTR_HVMODE | CPU_FTR_VMX_COPY | \
452             CPU_FTR_DBELL | CPU_FTR_HAS_PPR | CPU_FTR_ARCH_207S | \
453             CPU_FTR_ARCH_300 | CPU_FTR_ARCH_31 | \
454             CPU_FTR_DAWR | CPU_FTR_DAWR1)
455 #define CPU_FTRS_CELL   (CPU_FTR_LWSYNC | \
456             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \
457             CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \
458             CPU_FTR_PAUSE_ZERO  | CPU_FTR_CELL_TB_BUG | CPU_FTR_CP_USE_DCBTZ | \
459             CPU_FTR_UNALIGNED_LD_STD | CPU_FTR_DABRX)
460 #define CPU_FTRS_PA6T (CPU_FTR_LWSYNC | \
461             CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_ALTIVEC_COMP | \
462             CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_DABRX)
463 #define CPU_FTRS_COMPATIBLE     (CPU_FTR_PPCAS_ARCH_V2)
464
465 #ifdef CONFIG_PPC64
466 #ifdef CONFIG_PPC_BOOK3E
467 #define CPU_FTRS_POSSIBLE       (CPU_FTRS_E6500 | CPU_FTRS_E5500)
468 #else
469 #ifdef CONFIG_CPU_LITTLE_ENDIAN
470 #define CPU_FTRS_POSSIBLE       \
471             (CPU_FTRS_POWER7 | CPU_FTRS_POWER8E | CPU_FTRS_POWER8 | \
472              CPU_FTR_ALTIVEC_COMP | CPU_FTR_VSX_COMP | CPU_FTRS_POWER9 | \
473              CPU_FTRS_POWER9_DD2_1 | CPU_FTRS_POWER9_DD2_2 | \
474              CPU_FTRS_POWER9_DD2_3 | CPU_FTRS_POWER10)
475 #else
476 #define CPU_FTRS_POSSIBLE       \
477             (CPU_FTRS_PPC970 | CPU_FTRS_POWER5 | \
478              CPU_FTRS_POWER6 | CPU_FTRS_POWER7 | CPU_FTRS_POWER8E | \
479              CPU_FTRS_POWER8 | CPU_FTRS_CELL | CPU_FTRS_PA6T | \
480              CPU_FTR_VSX_COMP | CPU_FTR_ALTIVEC_COMP | CPU_FTRS_POWER9 | \
481              CPU_FTRS_POWER9_DD2_1 | CPU_FTRS_POWER9_DD2_2 | \
482              CPU_FTRS_POWER9_DD2_3 | CPU_FTRS_POWER10)
483 #endif /* CONFIG_CPU_LITTLE_ENDIAN */
484 #endif
485 #else
486 enum {
487         CPU_FTRS_POSSIBLE =
488 #ifdef CONFIG_PPC_BOOK3S_604
489             CPU_FTRS_604 | CPU_FTRS_740_NOTAU |
490             CPU_FTRS_740 | CPU_FTRS_750 | CPU_FTRS_750FX1 |
491             CPU_FTRS_750FX2 | CPU_FTRS_750FX | CPU_FTRS_750GX |
492             CPU_FTRS_7400_NOTAU | CPU_FTRS_7400 | CPU_FTRS_7450_20 |
493             CPU_FTRS_7450_21 | CPU_FTRS_7450_23 | CPU_FTRS_7455_1 |
494             CPU_FTRS_7455_20 | CPU_FTRS_7455 | CPU_FTRS_7447_10 |
495             CPU_FTRS_7447 | CPU_FTRS_7447A |
496             CPU_FTRS_CLASSIC32 |
497 #endif
498 #ifdef CONFIG_PPC_BOOK3S_603
499             CPU_FTRS_603 | CPU_FTRS_82XX |
500             CPU_FTRS_G2_LE | CPU_FTRS_E300 | CPU_FTRS_E300C2 |
501 #endif
502 #ifdef CONFIG_PPC_8xx
503             CPU_FTRS_8XX |
504 #endif
505 #ifdef CONFIG_40x
506             CPU_FTRS_40X |
507 #endif
508 #ifdef CONFIG_PPC_47x
509             CPU_FTRS_47X | CPU_FTR_476_DD2 |
510 #elif defined(CONFIG_44x)
511             CPU_FTRS_44X | CPU_FTRS_440x6 |
512 #endif
513 #ifdef CONFIG_E500
514             CPU_FTRS_E500 | CPU_FTRS_E500_2 |
515 #endif
516 #ifdef CONFIG_PPC_E500MC
517             CPU_FTRS_E500MC | CPU_FTRS_E5500 | CPU_FTRS_E6500 |
518 #endif
519             0,
520 };
521 #endif /* __powerpc64__ */
522
523 #ifdef CONFIG_PPC64
524 #ifdef CONFIG_PPC_BOOK3E
525 #define CPU_FTRS_ALWAYS         (CPU_FTRS_E6500 & CPU_FTRS_E5500)
526 #else
527
528 #ifdef CONFIG_PPC_DT_CPU_FTRS
529 #define CPU_FTRS_DT_CPU_BASE                    \
530         (CPU_FTR_LWSYNC |                       \
531          CPU_FTR_FPU_UNAVAILABLE |              \
532          CPU_FTR_NOEXECUTE |                    \
533          CPU_FTR_COHERENT_ICACHE |              \
534          CPU_FTR_STCX_CHECKS_ADDRESS |          \
535          CPU_FTR_POPCNTB | CPU_FTR_POPCNTD |    \
536          CPU_FTR_DAWR |                         \
537          CPU_FTR_ARCH_206 |                     \
538          CPU_FTR_ARCH_207S)
539 #else
540 #define CPU_FTRS_DT_CPU_BASE    (~0ul)
541 #endif
542
543 #ifdef CONFIG_CPU_LITTLE_ENDIAN
544 #define CPU_FTRS_ALWAYS \
545             (CPU_FTRS_POSSIBLE & ~CPU_FTR_HVMODE & CPU_FTRS_POWER7 & \
546              CPU_FTRS_POWER8E & CPU_FTRS_POWER8 & CPU_FTRS_POWER9 & \
547              CPU_FTRS_POWER9_DD2_1 & CPU_FTRS_POWER9_DD2_2 & \
548              CPU_FTRS_POWER10 & CPU_FTRS_DT_CPU_BASE)
549 #else
550 #define CPU_FTRS_ALWAYS         \
551             (CPU_FTRS_PPC970 & CPU_FTRS_POWER5 & \
552              CPU_FTRS_POWER6 & CPU_FTRS_POWER7 & CPU_FTRS_CELL & \
553              CPU_FTRS_PA6T & CPU_FTRS_POWER8 & CPU_FTRS_POWER8E & \
554              ~CPU_FTR_HVMODE & CPU_FTRS_POSSIBLE & CPU_FTRS_POWER9 & \
555              CPU_FTRS_POWER9_DD2_1 & CPU_FTRS_POWER9_DD2_2 & \
556              CPU_FTRS_POWER10 & CPU_FTRS_DT_CPU_BASE)
557 #endif /* CONFIG_CPU_LITTLE_ENDIAN */
558 #endif
559 #else
560 enum {
561         CPU_FTRS_ALWAYS =
562 #ifdef CONFIG_PPC_BOOK3S_604
563             CPU_FTRS_604 & CPU_FTRS_740_NOTAU &
564             CPU_FTRS_740 & CPU_FTRS_750 & CPU_FTRS_750FX1 &
565             CPU_FTRS_750FX2 & CPU_FTRS_750FX & CPU_FTRS_750GX &
566             CPU_FTRS_7400_NOTAU & CPU_FTRS_7400 & CPU_FTRS_7450_20 &
567             CPU_FTRS_7450_21 & CPU_FTRS_7450_23 & CPU_FTRS_7455_1 &
568             CPU_FTRS_7455_20 & CPU_FTRS_7455 & CPU_FTRS_7447_10 &
569             CPU_FTRS_7447 & CPU_FTRS_7447A &
570             CPU_FTRS_CLASSIC32 &
571 #endif
572 #ifdef CONFIG_PPC_BOOK3S_603
573             CPU_FTRS_603 & CPU_FTRS_82XX &
574             CPU_FTRS_G2_LE & CPU_FTRS_E300 & CPU_FTRS_E300C2 &
575 #endif
576 #ifdef CONFIG_PPC_8xx
577             CPU_FTRS_8XX &
578 #endif
579 #ifdef CONFIG_40x
580             CPU_FTRS_40X &
581 #endif
582 #ifdef CONFIG_PPC_47x
583             CPU_FTRS_47X &
584 #elif defined(CONFIG_44x)
585             CPU_FTRS_44X & CPU_FTRS_440x6 &
586 #endif
587 #ifdef CONFIG_E500
588             CPU_FTRS_E500 & CPU_FTRS_E500_2 &
589 #endif
590 #ifdef CONFIG_PPC_E500MC
591             CPU_FTRS_E500MC & CPU_FTRS_E5500 & CPU_FTRS_E6500 &
592 #endif
593             ~CPU_FTR_EMB_HV &   /* can be removed at runtime */
594             CPU_FTRS_POSSIBLE,
595 };
596 #endif /* __powerpc64__ */
597
598 /*
599  * Maximum number of hw breakpoint supported on powerpc. Number of
600  * breakpoints supported by actual hw might be less than this, which
601  * is decided at run time in nr_wp_slots().
602  */
603 #define HBP_NUM_MAX     2
604
605 #endif /* !__ASSEMBLY__ */
606
607 #endif /* __ASM_POWERPC_CPUTABLE_H */