Searched refs:ERRATA_APPLIES (Results 1 – 20 of 20) sorted by relevance
| /rk3399_ARM-atf/lib/cpus/ |
| H A D | errata_common.c | 64 return check_erratum_cortex_a520_2938996(cpu_get_rev_var()) == ERRATA_APPLIES; in check_if_trbe_disable_affected_core() 68 return check_erratum_cortex_x4_2726228(cpu_get_rev_var()) == ERRATA_APPLIES; in check_if_trbe_disable_affected_core() 72 return check_erratum_cortex_a510_2971420(cpu_get_rev_var()) == ERRATA_APPLIES; in check_if_trbe_disable_affected_core() 84 if (check_erratum_cortex_a75_764081(rev_var) == ERRATA_APPLIES) { in errata_a75_764081_applies() 96 if (check_erratum_cortex_a710_3701772(cpu_get_rev_var()) == ERRATA_APPLIES) in errata_ich_vmcr_el2_applies() 103 if (check_erratum_cortex_a715_3699560(cpu_get_rev_var()) == ERRATA_APPLIES) in errata_ich_vmcr_el2_applies() 110 if (check_erratum_cortex_a720_3699561(cpu_get_rev_var()) == ERRATA_APPLIES) in errata_ich_vmcr_el2_applies() 117 if (check_erratum_cortex_a720_ae_3699562(cpu_get_rev_var()) == ERRATA_APPLIES) in errata_ich_vmcr_el2_applies() 124 if (check_erratum_cortex_a725_3699564(cpu_get_rev_var()) == ERRATA_APPLIES) in errata_ich_vmcr_el2_applies() 131 if (check_erratum_cortex_x2_3701772(cpu_get_rev_var()) == ERRATA_APPLIES) in errata_ich_vmcr_el2_applies() [all …]
|
| H A D | errata_report.c | 46 } else if (status == ERRATA_APPLIES) { in print_status() 84 if (status == ERRATA_APPLIES && entry->chosen == 0) { in generic_errata_report()
|
| /rk3399_ARM-atf/include/lib/cpus/aarch64/ |
| H A D | dsu_macros.S | 15 mov x2, #ERRATA_APPLIES 62 mov x0, #ERRATA_APPLIES 75 mov x2, #ERRATA_APPLIES 113 mov x3, #ERRATA_APPLIES
|
| H A D | cpu_macros.S | 579 mov x0, #ERRATA_APPLIES
|
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | cortex_a72.S | 69 mov x0, #ERRATA_APPLIES 99 mov x0, #ERRATA_APPLIES 136 mov x0, #ERRATA_APPLIES 140 mov x0, #ERRATA_APPLIES
|
| H A D | cortex_a75.S | 67 mov x0, #ERRATA_APPLIES 98 mov x0, #ERRATA_APPLIES 102 mov x0, #ERRATA_APPLIES
|
| H A D | cortex_a73.S | 52 mov x0, #ERRATA_APPLIES 84 mov x0, #ERRATA_APPLIES 88 mov x0, #ERRATA_APPLIES
|
| H A D | cortex_a53.S | 60 mov x0, #ERRATA_APPLIES 90 mov x1, #ERRATA_APPLIES
|
| H A D | cortex_a76.S | 349 mov x0, #ERRATA_APPLIES 390 mov x0, #ERRATA_APPLIES
|
| H A D | denver.S | 232 mov x0, #ERRATA_APPLIES
|
| /rk3399_ARM-atf/lib/cpus/aarch32/ |
| H A D | cortex_a15.S | 61 mov r0, #ERRATA_APPLIES 99 mov r0, #ERRATA_APPLIES 110 mov r0, #ERRATA_APPLIES
|
| H A D | cortex_a9.S | 40 mov r0, #ERRATA_APPLIES 51 mov r0, #ERRATA_APPLIES
|
| H A D | cortex_a53.S | 43 mov r0, #ERRATA_APPLIES 60 mov r0, #ERRATA_APPLIES 109 mov r0, #ERRATA_APPLIES
|
| H A D | cpu_helpers.S | 132 movls r0, #ERRATA_APPLIES 145 movge r0, #ERRATA_APPLIES
|
| H A D | cortex_a57.S | 102 mov r0, #ERRATA_APPLIES 180 mov r0, #ERRATA_APPLIES 418 mov r0, #ERRATA_APPLIES
|
| H A D | cortex_a17.S | 100 mov r0, #ERRATA_APPLIES
|
| H A D | cortex_a72.S | 101 mov r0, #ERRATA_APPLIES
|
| /rk3399_ARM-atf/include/lib/cpus/ |
| H A D | errata.h | 27 #define ERRATA_APPLIES 1 macro
|
| /rk3399_ARM-atf/services/arm_arch_svc/ |
| H A D | arm_arch_svc_setup.c | 109 if (check_erratum_applies(CVE(2024, 7881)) != ERRATA_APPLIES) { in smccc_arch_features()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 1575 should return one of ``ERRATA_APPLIES`` or ``ERRATA_NOT_APPLIES``.
|