Lines Matching +full:cortex +full:- +full:a57
1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/arm-smccc.h>
24 if (!is_midr_in_range(midr, &entry->midr_range)) in is_affected_midr_range()
29 for (fix = entry->fixed_revs; fix && fix->revidr_mask; fix++) in is_affected_midr_range()
30 if (midr == fix->midr_rv && (revidr & fix->revidr_mask)) in is_affected_midr_range()
41 return is_midr_in_range_list(read_cpuid_id(), entry->midr_range_list); in is_affected_midr_range_list()
55 return model == entry->midr_range.model; in is_kryo_midr()
102 if (cap->capability == ARM64_WORKAROUND_1542419) in cpu_enable_trap_ctr_access()
224 /* Cortex-A510 r0p0 -> r1p1. Fixed in r1p2 */
249 /* Cavium ThunderX, T88 pass 1.x - 2.1 */
259 /* Cavium ThunderX, T88 pass 1.x - 2.2 */
261 /* Cavium ThunderX, T81 pass 1.0 - 1.2 */
287 /* Cortex-A53 r0p[012]: ARM errata 826319, 827319, 824069 */
291 /* Cortex-A53 r0p[01] : ARM errata 819472 */
300 * - 1188873 affects r0p0 to r2p0
301 * - 1418040 affects r0p0 to r3p1
304 /* Cortex-A76 r0p0 to r3p1 */
306 /* Neoverse-N1 r0p0 to r3p1 */
316 /* Cortex-A53 r0p[01234] */
318 /* Brahma-B53 r0p[0] */
329 /* Cortex-A53 r0p[01234] */
335 /* Brahma-B53 r0p[0] */
346 /* Cortex A76 r0p0 to r2p0 */
354 /* Cortex A55 r0p0 to r2p0 */
365 /* Cortex-A76 r0p0 - r3p1 */
428 /* Cortex-A520 r0p0 to r0p1 */
446 /* Cortex-A57 r0p0 - r1p2 */
456 /* Cortex-A57 r0p0 - r1p2 */
529 /* Cortex-A73 all versions */
536 .desc = "Spectre-v2",
544 /* Must come after the Spectre-v2 entry */
545 .desc = "Spectre-v3a",
553 .desc = "Spectre-v4",
560 .desc = "Spectre-BHB",
573 * also need the non-affected CPUs to be able to come
640 * driver and can be applied per-cpu. So, we can allow
683 /* Cortex-A510 r0p0 - r0p2 */
693 /* Cortex-A510 r0p0-r1p1 */
702 /* Cortex-A510 r0p0 - r0p2 */
711 /* Cortex-A510 r0p0 - r0p1 */
727 /* Cortex-A510 r0p0 - r1p1 */
736 /* Cortex-A520 r0p0 - r0p1 */