Searched refs:multiple (Results 1 – 25 of 38) sorted by relevance
12
/trusted-firmware-a-latest/plat/arm/board/arm_fpga/ |
D | fpga_bl31_setup.c | 134 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/ |
D | imx_usdhc.c | 113 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/ |
D | security-advisory-tfv-8.rst | 57 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
|
D | security-advisory-tfv-1.rst | 93 blocks over multiple SMCs. ``block_size`` is an SMC argument and therefore
|
/trusted-firmware-a-latest/docs/getting_started/ |
D | image-terminology.rst | 81 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
|
D | rt-svc-writers-guide.rst | 285 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/ |
D | amu-bindings.rst | 38 registers of one or more |AMUs|, and may be shared by multiple cores.
|
D | index.rst | 122 across multiple platforms. They should be globally accessible and defined
|
/trusted-firmware-a-latest/docs/components/ |
D | ffa-manifest-binding.rst | 188 - 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
|
D | debugfs-design.rst | 102 might be split into multiple read operations of smaller chunks.
|
D | cot-binding.rst | 218 method. In future, there may be multiple methods can
|
D | romlib-design.rst | 78 files for the "library at ROM" to work. It implements multiple functions:
|
D | secure-partition-manager.rst | 77 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
|
D | firmware-update.rst | 319 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/ |
D | coding-style.rst | 124 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.
|
D | faq.rst | 10 If you need to modify an existing patch set with multiple commits, refer to the
|
D | commit-style.rst | 134 There may be multiple ``Signed-off-by:`` lines depending on the history of the
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | rss.rst | 53 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
|
D | measured_boot.rst | 25 The Measured Boot implementation in TF-A supports multiple backends to securely
|
/trusted-firmware-a-latest/docs/plat/ |
D | nvidia-tegra.rst | 77 Tegra supports multiple Trusted OS'.
|
D | rz-g2.rst | 13 level. Plug-ins are available for multiple open-source software tools.
|
D | rcar-gen3.rst | 10 level. Plug-ins are available for multiple open-source software tools.
|
D | qti-msm8916.rst | 3 The MSM8916 platform port in TF-A supports multiple similar Qualcomm SoCs:
|
/trusted-firmware-a-latest/docs/design/ |
D | auth-framework.rst | 204 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/ |
D | arm-build-options.rst | 130 particular SGI/RD platform may have multiple variants which may differ in
|
12