Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 38) sorted by relevance

12

/trusted-firmware-a-latest/plat/arm/board/arm_fpga/
Dfpga_bl31_setup.c134 static unsigned int round_multiple(unsigned int x, unsigned int multiple) in round_multiple() argument
136 if (multiple < 2) { in round_multiple()
140 return ((x + (multiple / 2 - 1)) / multiple) * multiple; in round_multiple()
/trusted-firmware-a-latest/drivers/imx/usdhc/
Dimx_usdhc.c113 unsigned int xfertype = 0, mixctl = 0, multiple = 0, data = 0, err = 0; in imx_usdhc_send_cmd() local
138 multiple = 1; in imx_usdhc_send_cmd()
147 multiple = 1; in imx_usdhc_send_cmd()
157 if (multiple) { in imx_usdhc_send_cmd()
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-8.rst57 In the presence of multiple normal world SMC clients, this behaviour might leak
64 multiple normal world SMC clients lies with EL2 software. When present, EL2
Dsecurity-advisory-tfv-1.rst93 blocks over multiple SMCs. ``block_size`` is an SMC argument and therefore
/trusted-firmware-a-latest/docs/getting_started/
Dimage-terminology.rst81 potentially multiple SPs and there is no concept of a primary SP, this
132 SCP needs to load/authenticate multiple 3rd level images in future.
152 During firmware update, there are (potentially) multiple transitions between the
Drt-svc-writers-guide.rst285 Services that contain multiple sub-services
288 It is possible that a single owning entity implements multiple sub-services. For
/trusted-firmware-a-latest/docs/components/fconf/
Damu-bindings.rst38 registers of one or more |AMUs|, and may be shared by multiple cores.
Dindex.rst122 across multiple platforms. They should be globally accessible and defined
/trusted-firmware-a-latest/docs/components/
Dffa-manifest-binding.rst188 - Count of pages of memory region as a multiple of the translation granule
225 - Count of pages of memory region as a multiple of the translation granule
247 - On systems with multiple System Memory Management Units (SMMUs) this
Ddebugfs-design.rst102 might be split into multiple read operations of smaller chunks.
Dcot-binding.rst218 method. In future, there may be multiple methods can
Dromlib-design.rst78 files for the "library at ROM" to work. It implements multiple functions:
Dsecure-partition-manager.rst77 the secure world, managing multiple S-EL1 or S-EL0 partitions.
131 and SPMC, one or multiple secure partitions, with an optional
160 is required when ``SPMD_SPM_AT_SEL2`` is enabled hence when multiple
530 The multiple-signing domain feature (in current state dual signing domain `[8]`_) allows
1112 Hafnium also supports memory lend and share targetting multiple borrowers.
1113 This is the case for a lender SP to multiple SPs, and for a lender VM to
1114 multiple endpoints (from both secure world and normal world). If there is
1240 - All endpoints with multiple execution contexts have their contexts pinned
Dfirmware-update.rst319 block or multiple blocks. In either case, the total size of the image must be
332 When using multiple blocks, the source blocks do not necessarily need to be in
/trusted-firmware-a-latest/docs/process/
Dcoding-style.rst124 to insert this automatically and to trim multiple blank lines at the end of the
209 Use lowercase for function names, separating multiple words with an underscore
224 lowercase with underscore separation between multiple words. An example is
310 * they separate multiple contexts.
Dfaq.rst10 If you need to modify an existing patch set with multiple commits, refer to the
Dcommit-style.rst134 There may be multiple ``Signed-off-by:`` lines depending on the history of the
/trusted-firmware-a-latest/docs/design_documents/
Drss.rst53 multiple rounds. Both, sender and receiver allocate a local buffer for the
267 measurement and metadata. A measurement slot can be extended by multiple
275 The following rules are kept when a slot is extended multiple times:
286 multiple times:
293 Extending multiple measurements in the same slot leads to some metadata
Dmeasured_boot.rst25 The Measured Boot implementation in TF-A supports multiple backends to securely
/trusted-firmware-a-latest/docs/plat/
Dnvidia-tegra.rst77 Tegra supports multiple Trusted OS'.
Drz-g2.rst13 level. Plug-ins are available for multiple open-source software tools.
Drcar-gen3.rst10 level. Plug-ins are available for multiple open-source software tools.
Dqti-msm8916.rst3 The MSM8916 platform port in TF-A supports multiple similar Qualcomm SoCs:
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst204 multiple CoTs then it should be verified only once e.g. the Trusted World
319 If a data image uses multiple methods, then all the methods must be a part of
344 should allow the Cryptography Library (CL) to support multiple hash
394 The PP is responsible for defining a single or multiple CoTs for a data image.
/trusted-firmware-a-latest/docs/plat/arm/
Darm-build-options.rst130 particular SGI/RD platform may have multiple variants which may differ in

12