Home
last modified time | relevance | path

Searched refs:SMCCC_ARCH_WORKAROUND_2 (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/services/arm_arch_svc/
H A Darm_arch_svc_setup.c51 case SMCCC_ARCH_WORKAROUND_2: { in smccc_arch_features()
292 case SMCCC_ARCH_WORKAROUND_2: in arm_arch_svc_smc_handler()
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-7.rst79 ``SMCCC_ARCH_WORKAROUND_2`` in the Arm architectural range to allow callers at
87 software components, for example code that calls ``SMCCC_ARCH_WORKAROUND_2``.
96 of ``SMCCC_ARCH_WORKAROUND_2`` calls and TF-A exception handling.
/rk3399_ARM-atf/include/services/
H A Darm_arch_svc.h14 #define SMCCC_ARCH_WORKAROUND_2 U(0x80007FFF) macro
/rk3399_ARM-atf/lib/cpus/aarch64/
H A Dcortex_a76.S38 * It implements a fast path where `SMCCC_ARCH_WORKAROUND_2`
235 * where `SMCCC_ARCH_WORKAROUND_2` SMC calls from a lower EL
251 * with W0 = SMCCC_ARCH_WORKAROUND_2
254 * (W0==SMCCC_ARCH_WORKAROUND_2) ? (ESR_EL3==SMC#0) : (NE)
258 orr w3, wzr, #SMCCC_ARCH_WORKAROUND_2
265 * the `SMCCC_ARCH_WORKAROUND_2` fast path.
270 * The sequence below implements the `SMCCC_ARCH_WORKAROUND_2`
296 * `SMCCC_ARCH_WORKAROUND_2`fast path return to lower EL.
304 /* Erratum entry and check function for SMCCC_ARCH_WORKAROUND_2*/