Searched refs:parameter (Results 1 – 25 of 35) sorted by relevance
12
/trusted-firmware-a-latest/docs/components/ |
D | platform-interrupt-controller-API.rst | 32 The API should return whether the interrupt ID (first parameter) is categorized 45 The API should return whether the interrupt ID (first parameter) is categorized 58 The API should return whether the interrupt ID (first parameter) is categorized 72 first parameter, ``id``. 86 This API should enable the interrupt ID specified by the first parameter, 101 This API should disable the interrupt ID specified by the first parameter, 117 This API should set the priority of the interrupt specified by first parameter 118 ``id`` to the value set by the second parameter ``priority``. 132 parameter ``type`` shall be one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``, or 167 This API should set the interrupt specified by first parameter ``id`` to the [all …]
|
D | secure-partition-manager-mm.rst | 205 is passed as a parameter to the ``MM_COMMUNICATE`` SMC. The shared memory area 538 In the current implementation, this parameter contains the function ID of 559 For the SVC64 version, this parameter is a 64-bit Virtual Address (VA). 561 For the SVC32 version, this parameter is a 32-bit Virtual Address (VA). 569 This is an optional parameter. If unused its value is SBZ. 650 This parameter is a 64-bit Virtual Address (VA). 723 This parameter is a 64-bit Virtual Address (VA).
|
D | ras.rst | 207 otherwise. The ``probe_data`` output parameter can be used to pass any useful 220 The ``data`` constant parameter describes the various properties of the error,
|
D | sdei.rst | 76 macro takes only one parameter: an SGI number to signal other PEs. 225 The parameter ``ev_num`` is the event number to dispatch. The API returns ``0``
|
D | arm-sip-service.rst | 57 The function ID parameter must be ``0x82000020``. It uniquely identifies the
|
/trusted-firmware-a-latest/tools/conventional-changelog-tf-a/ |
D | index.js | 202 module.exports = function (parameter) { argument 203 const config = parameter || {}; 216 if (_.isFunction(parameter)) { 217 return parameter(null, {
|
/trusted-firmware-a-latest/plat/rockchip/rk3328/ |
D | platform.mk | 21 -I${RK_PLAT_COMMON}/drivers/parameter/ \ 60 BL31_SOURCES += ${RK_PLAT_COMMON}/drivers/parameter/ddr_parameter.c
|
/trusted-firmware-a-latest/plat/rockchip/px30/ |
D | platform.mk | 20 -I${RK_PLAT_COMMON}/drivers/parameter/ \ 63 BL31_SOURCES += ${RK_PLAT_COMMON}/drivers/parameter/ddr_parameter.c
|
/trusted-firmware-a-latest/docs/design/ |
D | auth-framework.rst | 170 #. Statically allocating memory for each parameter in each image which is 457 - ``_get_param``: extract authentication parameter function pointer. 467 The ``get_auth_param()`` function is passed a parameter descriptor containing 468 information about the parameter (``type_desc`` and ``cookie``) to identify and 469 extract the data corresponding to that parameter from an image. This data will 491 The AM defines the type of each parameter used by an authentication method. It 495 parameter should be extracted from an image. 515 The AM defines the following structure to identify an authentication parameter 526 which enables it to uniquely identify the parameter that should be extracted 579 A parameter described by ``auth_param_type_desc_t`` to verify an image could be [all …]
|
D | interrupt-framework-design.rst | 246 ``flags`` parameter. 318 The ``id`` is parameter is reserved and could be used in the future for passing 322 The ``flags`` parameter contains miscellaneous information as follows. 333 The ``handle`` parameter points to the ``cpu_context`` structure of the current CPU 334 for the security state specified in the ``flags`` parameter. 360 The ``type`` parameter can be one of the three interrupt types listed above i.e. 361 ``INTR_TYPE_S_EL1``, ``INTR_TYPE_NS`` & ``INTR_TYPE_EL3``. The ``flags`` parameter 670 The ``id`` parameter is set to ``INTR_ID_UNAVAILABLE`` currently. The id along 696 exception level (passed in the ``flags`` parameter of the handler) where 765 #. It uses the security state provided in the ``flags`` parameter to ensure
|
/trusted-firmware-a-latest/tools/cert_create/src/ |
D | ext.c | 205 hash->hashAlgorithm->parameter = ASN1_TYPE_new(); in ext_new_hash() 206 ASN1_TYPE_set(hash->hashAlgorithm->parameter, V_ASN1_NULL, NULL); in ext_new_hash()
|
/trusted-firmware-a-latest/docs/components/spd/ |
D | trusty-dispatcher.rst | 25 can be set to a platform specific parameter block, and ``args->arg2``
|
/trusted-firmware-a-latest/docs/plat/marvell/armada/ |
D | build.rst | 107 This parameter is used only for ``mrvl_flash`` and ``mrvl_uart`` targets. 111 This parameter is required for ``mrvl_flash`` and ``mrvl_uart`` targets. 127 Total amount of CPs (South Bridge) connected to AP. When the parameter is omitted, 129 package: 1 or 2 depending on the SoC used. The parameter is valid for OcteonTX2 CN913x SoC 139 The parameter is optional, its default value is ``plat/marvell/armada/a8k/common/ble`` 268 To boot from eMMC, the value should be aligned with the parameter in 310 Use this parameter to point to Crypto++ source code 318 Use this parameter to point to the directory with 327 Use this parameter to point to the directory with
|
/trusted-firmware-a-latest/docs/plat/ |
D | qemu-sbsa.rst | 7 is made by EDK2 build system by composing BL1 and FIP. Second parameter for Qemu
|
D | nvidia-tegra.rst | 139 parameter to be used during the 'SYSTEM SUSPEND' call. The state-id field
|
/trusted-firmware-a-latest/docs/perf/ |
D | psci-performance-instr.rst | 57 state. Generally, this parameter takes the same form as the power_state 58 parameter described for CPU_SUSPEND in section 5.4.2.
|
/trusted-firmware-a-latest/docs/security_advisories/ |
D | security-advisory-tfv-11.rst | 67 that the parameter is invalid.
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 821 to the ROTPK in the flags parameter: 1349 The parameter indicates the type of error using standard codes from ``errno.h``. 2238 function returns the platform token length in this parameter. 2266 function returns the attestation key length in this parameter. 2515 The ``power-state`` parameter of a PSCI ``CPU_SUSPEND`` call can be used to 2517 defines a generic representation of the power-state parameter, which is an 2521 convert the power-state parameter (possibly encoding a composite power state) 2575 identified by the ``lvl`` (first argument) parameter. The ``state_info`` (second 2578 power state and the ``last_cpu_idx`` (third parameter) is the index of the last 2659 the suspend state type specified in the ``power-state`` parameter should be [all …]
|
/trusted-firmware-a-latest/docs/plat/arm/fvp/ |
D | index.rst | 8 documentation for a detailed description of the model parameter options. 76 with the ``--version`` parameter. 196 flash memory. On Base Cortex and AEM FVPs, the following model parameter 520 parameter is needed to load the individual bootloader images in memory. 524 parameter. 529 - The ``-C cluster<X>.cpu<Y>.RVBAR=@<base-address-of-bl31>`` parameter, where
|
/trusted-firmware-a-latest/docs/plat/arm/ |
D | arm-build-options.rst | 44 for the construction of composite state-ID in the power-state parameter. 49 field of power-state parameter.
|
/trusted-firmware-a-latest/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 206 The ``flags`` parameter to this function indicates the caller security state 219 ``smc_fid`` parameter, for example by using: 277 The ``cookie`` parameter to the handler is reserved for future use and can be
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | rss.rst | 144 The RSS provided runtime services implement a PSA aligned API. The parameter 348 - First parameter is the pointer to the ``rss_mboot_metadata`` structure. 349 - Second parameter is the pointer to the key-OID of the public key. 350 - Third parameter is the pointer to the public key buffer. 351 - Fourth parameter is the size of public key buffer.
|
D | psci_osi_mode.rst | 133 * Power state parameter format, bit[1] 300 which takes the ``power_state`` parameter, and updates the ``state_info`` 345 parameter.
|
D | cmake_framework.rst | 72 files. Therefore, the framework does not contain parameter validation and
|
/trusted-firmware-a-latest/docs/plat/arm/juno/ |
D | index.rst | 104 as a build parameter.
|
12