| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | int_div_impl.inc | 29 fixuint_t carry = 0; 32 n = (n << 1) | carry; 34 // carry = 0; 35 // if (r >= d) r -= d, carry = 1; 37 carry = s & 1; 40 n = (n << 1) | carry; 58 fixuint_t carry = 0; 61 n = (n << 1) | carry; 63 // carry = 0; 64 // if (r >= d) r -= d, carry = 1; [all …]
|
| H A D | udivmoddi4.c | 175 su_int carry = 0; in __udivmoddi4() local 177 // r:q = ((r:q) << 1) | carry in __udivmoddi4() 181 q.s.low = (q.s.low << 1) | carry; in __udivmoddi4() 182 // carry = 0; in __udivmoddi4() 186 // carry = 1; in __udivmoddi4() 189 carry = s & 1; in __udivmoddi4() 192 q.all = (q.all << 1) | carry; in __udivmoddi4()
|
| /rk3399_ARM-atf/plat/xilinx/versal/aarch64/ |
| H A D | versal_helpers.S | 69 * We don't need to carry out any memory initialization on VERSAL
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/aarch64/ |
| H A D | zynqmp_helpers.S | 80 * We don't need to carry out any memory initialization on ARM
|
| /rk3399_ARM-atf/services/spd/opteed/ |
| H A D | teesmc_opteed.h | 18 * All SMC Function IDs indicates SMC32 Calling Convention but will carry
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/aarch64/ |
| H A D | poplar_helpers.S | 81 * We don't need to carry out any memory initialization on ARM
|
| /rk3399_ARM-atf/plat/arm/common/aarch64/ |
| H A D | arm_helpers.S | 82 * We don't need to carry out any memory initialization on ARM
|
| /rk3399_ARM-atf/plat/amd/versal2/aarch64/ |
| H A D | helpers.S | 112 * We don't need to carry out any memory initialization on platform
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/ |
| H A D | hikey_helpers.S | 30 * We don't need to carry out any memory initialization
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/aarch64/ |
| H A D | versal_net_helpers.S | 108 * We don't need to carry out any memory initialization on Versal NET
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | security-hardening.rst | 72 would allow it to carry out side-channel timing attacks against the Secure
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/ |
| H A D | hikey960_helpers.S | 34 * We don't need to carry out any memory initialization
|
| /rk3399_ARM-atf/licenses/ |
| H A D | LICENSE-APACHE-2.0.txt | 98 (b) You must cause any modified files to carry prominent notices
|
| /rk3399_ARM-atf/services/arm_arch_svc/ |
| H A D | arm_arch_svc_setup.c | 49 * Firmware doesn't have to carry out dynamic workaround if the in smccc_arch_features()
|
| /rk3399_ARM-atf/plat/marvell/armada/common/aarch64/ |
| H A D | marvell_helpers.S | 119 * We don't need to carry out any memory initialization on ARM
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/aarch64/ |
| H A D | plat_helpers.S | 134 * We don't need to carry out any memory initialization
|
| /rk3399_ARM-atf/plat/rpi/common/aarch64/ |
| H A D | plat_helpers.S | 161 * No need to carry out any memory initialization.
|
| /rk3399_ARM-atf/lib/aarch32/ |
| H A D | cache_helpers.S | 76 * and will carry out the operation on each data cache from level 0
|
| /rk3399_ARM-atf/lib/aarch64/ |
| H A D | cache_helpers.S | 154 * and will carry out the operation on each data cache from level 0
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | rt-svc-writers-guide.rst | 159 function must carry out any essential EL3 initialization prior to receiving a
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | exception-handling.rst | 472 - *Yielding* SMCs carry the semantics of a preemptible, lower-priority request.
|
| H A D | context-management-library.rst | 543 lower exception levels NS(EL2/EL1) will carry forward those values to EL3.
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | el3_common_macros.S | 215 * CPU or secondary CPU. The primary CPU will be allowed to carry on with
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | el3_common_macros.S | 134 * CPU or secondary CPU. The primary CPU will be allowed to carry on with
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 694 | | on GitHub | to carry out its | used to build |
|