Home
last modified time | relevance | path

Searched refs:SMCCC_ARCH_WORKAROUND_1 (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-6.rst68 (``SMCCC_ARCH_WORKAROUND_1``) for use by normal world privileged software. This
70 Details of ``SMCCC_ARCH_WORKAROUND_1`` can be found in the `CVE-2017-5715
75 ``SMCCC_ARCH_WORKAROUND_1`` SMCs on Cortex-A57, using both the "MMU
78 Convention (SMCCC) from AArch64. For the ``SMCCC_ARCH_WORKAROUND_1`` cases, the
96 | ``SMCCC_ARCH_WORKAROUND_1`` with "MMU disable/enable" | 386 |
100 | ``SMCCC_ARCH_WORKAROUND_1`` with "BPIALL at AArch32 Secure-EL1" | 770 |
/rk3399_ARM-atf/services/arm_arch_svc/
H A Darm_arch_svc_setup.c34 case SMCCC_ARCH_WORKAROUND_1: in smccc_arch_features()
286 case SMCCC_ARCH_WORKAROUND_1: in arm_arch_svc_smc_handler()
/rk3399_ARM-atf/lib/cpus/aarch64/
H A Dwa_cve_2017_5715_mmu.S45 orr w1, wzr, #SMCCC_ARCH_WORKAROUND_1
H A Dwa_cve_2017_5715_bpiall.S318 orr w2, wzr, #SMCCC_ARCH_WORKAROUND_1
/rk3399_ARM-atf/include/services/
H A Darm_arch_svc.h13 #define SMCCC_ARCH_WORKAROUND_1 U(0x80008000) macro