Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 144) sorted by relevance

123456

/trusted-firmware-a-3.7.0/lib/compiler-rt/builtins/
Dudivmoddi4.c31 n.all = a; in __udivmoddi4()
33 d.all = b; in __udivmoddi4()
72 *rem = r.all; in __udivmoddi4()
83 *rem = r.all; in __udivmoddi4()
94 *rem = n.all; in __udivmoddi4()
114 return n.all; in __udivmoddi4()
118 return q.all; in __udivmoddi4()
152 *rem = n.all; in __udivmoddi4()
188 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()
190 r.all -= d.all & s; in __udivmoddi4()
[all …]
Dint_types.h41 di_int all; member
54 du_int all; member
83 ti_int all; member
96 tu_int all; member
112 return r.all; in make_ti()
119 return r.all; in make_tu()
Dlshrdi3.c23 input.all = a; in __lshrdi3()
33 return result.all; in __lshrdi3()
Dctzdi2.c31 x.all = a; in __ctzdi2()
/trusted-firmware-a-3.7.0/docs/perf/
Dpsci-performance-juno.rst49 TESTS=runtime-instrumentation all
64 ENABLE_RUNTIME_INSTRUMENTATION=1 fiptool all fip
228 ``CPU_OFF`` on all non-lead CPUs
231 ``CPU_OFF`` on all non-lead CPUs in sequence then, ``CPU_SUSPEND`` on the lead
234 .. table:: ``CPU_OFF`` latencies (µs) on all non-lead CPUs (v2.9)
252 .. table:: ``CPU_OFF`` latencies (µs) on all non-lead CPUs (v2.10)
275 .. table:: ``CPU_VERSION`` latency (µs) in parallel on all cores (2.9)
293 .. table:: ``CPU_VERSION`` latency (µs) in parallel on all cores (2.10)
319 CPUs 4-5 refer to CPUs in the big cluster (A57). In all cases CPU 4 is the lead
325 ``CPU_SUSPEND`` to deepest power level on all CPUs in parallel
[all …]
Dpsci-performance-n1sdp.rst24 TESTS=runtime-instrumentation all
31 ENABLE_RUNTIME_INSTRUMENTATION=1 fiptool all
220 ``CPU_OFF`` on all non-lead CPUs
223 ``CPU_OFF`` on all non-lead CPUs in sequence then, ``CPU_SUSPEND`` on the lead
226 .. table:: ``CPU_OFF`` latencies (µs) on all non-lead CPUs (v2.9)
240 .. table:: ``CPU_OFF`` latencies (µs) on all non-lead CPUs (v2.10)
257 .. table:: ``CPU_VERSION`` latency (µs) in parallel on all cores (v2.9)
273 .. table:: ``CPU_VERSION`` latency (µs) in parallel on all cores (v2.10)
/trusted-firmware-a-3.7.0/tools/marvell/doimage/
DMakefile31 .PHONY: all clean
33 all: ${PROJECT} target
/trusted-firmware-a-3.7.0/tools/amlogic/
DMakefile31 .PHONY: all clean distclean
33 all: ${PROJECT} target
/trusted-firmware-a-3.7.0/tools/stm32image/
DMakefile31 .PHONY: all clean distclean
33 all: ${PROJECT} target
/trusted-firmware-a-3.7.0/tools/sptool/
DMakefile34 .PHONY: all clean distclean
36 all: ${PROJECT} target
/trusted-firmware-a-3.7.0/tools/nxp/create_pbl/
DMakefile37 .PHONY: all clean distclean
39 all: create_pbl byte_swap target
/trusted-firmware-a-3.7.0/tools/encrypt_fw/
DMakefile66 .PHONY: all clean realclean --openssl
68 all: --openssl ${BINARY} target
/trusted-firmware-a-3.7.0/tools/fiptool/
DMakefile79 .PHONY: all clean distclean --openssl
81 all: --openssl ${PROJECT} target
/trusted-firmware-a-3.7.0/tools/renesas/rcar_layout_create/
Dmakefile89 .PHONY: all
90 all: $(OUTPUT_FILE_SA0) $(OUTPUT_FILE_SA6) target
/trusted-firmware-a-3.7.0/tools/renesas/rzg_layout_create/
Dmakefile86 .PHONY: all
87 all: $(OUTPUT_FILE_SA0) $(OUTPUT_FILE_SA6) target
/trusted-firmware-a-3.7.0/docs/plat/
Dqemu-sbsa.rst12 When QEMU starts all CPUs are released simultaneously, BL1 selects a
30 make PLAT=qemu_sbsa all fip
39 make PLAT=qemu_sbsa BL32=../STANDALONE_MM.fd SPM_MM=1 EL3_EXCEPTION_HANDLING=1 all fip
Dti-k3.rst30 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=k3 SPD=opteed all
36 make ARCH=arm CROSS_COMPILE64=aarch64-linux-gnu- PLATFORM=k3 CFG_ARM64_core=y all
/trusted-firmware-a-3.7.0/plat/rockchip/rk3399/drivers/m0/
DMakefile102 .PHONY: all
103 all: $(BIN) $(BIN_PMU) target
105 .DEFAULT_GOAL := all
/trusted-firmware-a-3.7.0/docs/about/
Dcontact.rst25 You can see a `summary of all the lists`_ on the TrustedFirmware.org website.
30 Every other week, we organize a call with all interested TF-A contributors.
52 .. _`summary of all the lists`: https://lists.trustedfirmware.org/mailman3/lists/
/trusted-firmware-a-3.7.0/tools/cert_create/
DMakefile86 .PHONY: all clean realclean --openssl
88 all: --openssl ${BINARY} target
/trusted-firmware-a-3.7.0/docs/security_advisories/
Dsecurity-advisory-tfv-9.rst35 including implementation specific mitigation details for all impacted Arm CPUs.
46 Spectre-BHB on behalf of all secure world code, assuming that no secure world
50 TF-A using the loop workaround(all cores that implement FEAT_CSV2 except the
93 For all other cores impacted by Spectre-BHB, some of which that do not implement
95 flush all branch predictions via an implementation specific route.
Dsecurity-advisory-tfv-8.rst37 called. It restores the values of all general purpose registers taken from the
45 * This function restores all general purpose registers except x30 from the
52 In the case of an SMC handler that does not use all 4 return values, the
74 EL2 software might find mitigating this threat somewhat onerous, because for all
82 ``SP_MIN`` already saves all general purpose registers - including ``r0`` to
/trusted-firmware-a-3.7.0/docs/components/
Dcot-binding.rst10 sub-nodes mentioning properties of all non-volatile-counters used in the chain of trust.
59 This property is required for all non-root certificates.
71 parent certificate node and it is required property for all
84 This property is used by all certificates which are
209 Required for all images which are validated using
217 Currently, all images are validated using 'hash'
/trusted-firmware-a-3.7.0/docs/process/
Dcontributing.rst58 - For topics with multiple commits, you should make all documentation changes
82 - Ensure that each patch in the patch series compiles in all supported
90 - Ensure that all CI automated tests pass. Failures should be fixed. They might
138 when all automated tests passed on the patch. Sometimes, some of these
192 for placing all the test scripts which will be executed by the CI Jobs.
197 #. Edit `tf-cov-make`_ script by appending all the possible build configurations with
208 make PLAT=stratix10 $(common_flags) all
209 make PLAT=agilex $(common_flags) all
219 make PLAT=hikey $(common_flags) ${TBB_OPTIONS} ENABLE_PMF=1 all
220 make PLAT=hikey960 $(common_flags) ${TBB_OPTIONS} all
[all …]
/trusted-firmware-a-3.7.0/lib/romlib/
DMakefile45 .PHONY: all clean distclean
47 all: $(BUILD_DIR)/romlib.bin $(LIB_DIR)/libwrappers.a target

123456