Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 15 of 15) sorted by relevance

/rk3399_ARM-atf/lib/compiler-rt/
H A Dcompiler-rt.mk31 COMPILER_RT_SRCS := lib/compiler-rt/builtins/popcountdi2.c \
32 lib/compiler-rt/builtins/popcountsi2.c
35 COMPILER_RT_SRCS += lib/compiler-rt/builtins/arm/aeabi_ldivmod.S \
36 lib/compiler-rt/builtins/arm/aeabi_uldivmod.S \
37 lib/compiler-rt/builtins/arm/aeabi_memcpy.S \
38 lib/compiler-rt/builtins/arm/aeabi_memset.S \
39 lib/compiler-rt/builtins/ctzdi2.c \
40 lib/compiler-rt/builtins/divdi3.c \
41 lib/compiler-rt/builtins/divmoddi4.c \
42 lib/compiler-rt/builtins/lshrdi3.c \
[all …]
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_sync_traps.c24 unsigned int rt = get_sysreg_iss_rt(esr_el3); in plat_handle_rng_trap() local
27 if (rt == 31 || is_sysreg_iss_write(esr_el3)) { in plat_handle_rng_trap()
32 ctx->gpregs_ctx.ctx_regs[rt] = read_rndr(); in plat_handle_rng_trap()
34 ctx->gpregs_ctx.ctx_regs[rt] = read_rndrrs(); in plat_handle_rng_trap()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_rng_trap.c21 unsigned int rt = get_sysreg_iss_rt(esr_el3); in plat_handle_rng_trap() local
24 assert(rt != XZR_REG_NUM && !is_sysreg_iss_write(esr_el3)); in plat_handle_rng_trap()
34 gpregs->ctx_regs[rt] = entropy; in plat_handle_rng_trap()
/rk3399_ARM-atf/drivers/ti/ipc/
H A Dsec_proxy.c64 uintptr_t rt; member
89 .rt = SEC_PROXY_THREAD(SEC_PROXY_RT_BASE, _x), \
117 if (mmio_read_32(spt->rt + RT_THREAD_STATUS) & in k3_sec_proxy_verify_thread()
138 while (!(mmio_read_32(spt->rt + RT_THREAD_STATUS) & RT_THREAD_STATUS_CUR_CNT_MASK)) { in k3_sec_proxy_verify_thread()
164 if (mmio_read_32(spt->rt + RT_THREAD_STATUS) & in ti_sci_transport_clear_rx_thread()
178 while (mmio_read_32(spt->rt + RT_THREAD_STATUS) & RT_THREAD_STATUS_CUR_CNT_MASK) { in ti_sci_transport_clear_rx_thread()
/rk3399_ARM-atf/docs/getting_started/
H A Dindex.rst15 rt-svc-writers-guide
H A Dprerequisites.rst61 work. This is predominantly because TF-A carries its own copy of compiler-rt,
H A Dbuild-options.rst1243 libraries like zlib and compiler-rt, but new controbutions should not
/rk3399_ARM-atf/lib/extensions/idte/
H A Didte3.c108 uint8_t rt = (uint8_t) ISS_SYS64_RT(iss); in handle_idreg_trap() local
274 ctx->gpregs_ctx.ctx_regs[rt] = value; in handle_idreg_trap()
/rk3399_ARM-atf/
H A D.clang-format90 - Regex: '^<lib/(compiler-rt|libfdt|mbedtls|zlib)/.+>$'
H A DMakefile75 lib/compiler-rt \
178 include lib/compiler-rt/compiler-rt.mk
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst48 - *compiler-rt*: This is a collection of runtime libraries from the LLVM
50 provides low-level, target-specific compiler builtins from compiler-rt.
95 | compiler-rt | Local copy | [3]_ |
353 | | [1]_, *zlib* [2]_ and *compiler-rt* [3]_ libraries. These |
742 .. [3] https://compiler-rt.llvm.org/
/rk3399_ARM-atf/docs/
H A Dlicense.rst65 - The LLVM compiler-rt source code is disjunctively dual licensed
H A Dchange-log.md7016 …- update compiler-rt source files ([8a6a956](https://review.trustedfirmware.org/plugins/gitiles/TF…
11536 - compiler-rt: Updated `lshrdi3.c` and `int_lib.h` with changes from LLVM
/rk3399_ARM-atf/tools/tlc/
H A Dpoetry.lock119 jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
1024 tokenize-rt = "<5"
1296 name = "tokenize-rt"
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2934 .. |Image 1| image:: ../resources/diagrams/rt-svc-descs-layout.png