Searched refs:rt (Results 1 – 15 of 15) sorted by relevance
31 COMPILER_RT_SRCS := lib/compiler-rt/builtins/popcountdi2.c \32 lib/compiler-rt/builtins/popcountsi2.c35 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 …]
24 unsigned int rt = get_sysreg_iss_rt(esr_el3); in plat_handle_rng_trap() local27 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()
21 unsigned int rt = get_sysreg_iss_rt(esr_el3); in plat_handle_rng_trap() local24 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()
64 uintptr_t rt; member89 .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()
15 rt-svc-writers-guide
61 work. This is predominantly because TF-A carries its own copy of compiler-rt,
1243 libraries like zlib and compiler-rt, but new controbutions should not
108 uint8_t rt = (uint8_t) ISS_SYS64_RT(iss); in handle_idreg_trap() local274 ctx->gpregs_ctx.ctx_regs[rt] = value; in handle_idreg_trap()
90 - Regex: '^<lib/(compiler-rt|libfdt|mbedtls|zlib)/.+>$'
75 lib/compiler-rt \178 include lib/compiler-rt/compiler-rt.mk
48 - *compiler-rt*: This is a collection of runtime libraries from the LLVM50 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/
65 - The LLVM compiler-rt source code is disjunctively dual licensed
7016 …- 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
119 jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]1024 tokenize-rt = "<5"1296 name = "tokenize-rt"
2934 .. |Image 1| image:: ../resources/diagrams/rt-svc-descs-layout.png