/trusted-firmware-a-3.4.0/docs/components/ |
D | ffa-manifest-binding.rst | 53 - If value of this field = 1 and number of PEs > 1 then the partition is 55 - If the value of this field > 1 then the partition is treated as a MP 75 - Physical base address of the partition in memory. Absence of this field 82 the partition. Absence of this field indicates that the entry point is at 120 - Presence of this field indicates that the partition implements the primary 132 - Presence of this field indicates that the partition doesn't expect the 137 - The field specifies the general purpose register number but not its width. 142 Presence of this field indicates that the partition expects the address of 235 upstream of. If the field is omitted then it is assumed that the device is 278 - Presence of this field implies that this endpoint must be granted exclusive
|
D | secure-partition-manager.rst | 323 to upgrade SPs in the field. 385 This file also specifies the SP owner (as an optional field) identifying the 388 corresponding "owner" field value can either take the value of "SiP" or "Plat". 389 In absence of "owner" field, it defaults to "SiP" owner. 390 The UUID of the partition can be specified as a field in the description file or 464 indicates a FF-A compliant SP. The *load_address* field specifies the load 547 The *execution-ctx-count* SP manifest field can take the value of one or the 610 the specification, the manifest field 'gp-register-num' configures the GP register 1326 - smmu-id: This field helps to identify the SMMU instance that this device is
|
D | platform-interrupt-controller-API.rst | 305 masks out the interrupt ID field from the acknowledged value from GIC.
|
D | xlat-tables-lib-v2-design.rst | 107 The region's granularity is an optional field; if it is not specified the
|
/trusted-firmware-a-3.4.0/drivers/nxp/auth/csf_hdr_parser/ |
D | input_bl2_ch2 | 16 # Entry Point/Image start address field in the header.[Mandatory] 82 # Following field Required for 4240/9164/1040/C290 only
|
D | input_bl2_ch3_2 | 14 # Entry Point/Image start address field in the header.[Mandatory]
|
D | input_bl2_ch3 | 14 # Entry Point/Image start address field in the header.[Mandatory]
|
/trusted-firmware-a-3.4.0/docs/components/measured_boot/ |
D | event_log.rst | 11 Measured Boot driver expects a *tpm_event_log* node with the following field
|
/trusted-firmware-a-3.4.0/docs/components/fconf/ |
D | fconf_properties.rst | 11 The |FCONF| framework expects a *dtb-registry* node with the following field:
|
/trusted-firmware-a-3.4.0/include/lib/libfdt/ |
D | libfdt.h | 238 #define fdt_get_header(fdt, field) \ argument 239 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))
|
/trusted-firmware-a-3.4.0/docs/design/ |
D | auth-framework.rst | 490 content certificate is stored in an X509v3 custom extension field. An extension 491 field can only be identified using an OID. In this case, the ``cookie`` could 493 field while the ``type`` field could be set to ``AUTH_PARAM_HASH``. A value of 0 for 494 the ``cookie`` field means that it is not used. 535 Using the method type specified in the ``type`` field, the AM finds out what field 558 The ``auth_param_ptr`` field is initialized by the platform. The ``auth_param_len`` 559 field is used to specify the length of the data in the memory. 608 linked together by the ``parent`` field. Those nodes with no parent must be
|
D | firmware-design.rst | 303 - ``SDCR``. The ``SDCR.SPD`` field is set to disable AArch32 Secure 2120 The field ``local_state`` can be concurrently accessed by multiple CPUs in 2122 mutual exclusion to this field and a clean and invalidate is needed after it 2136 * The lock_data is a bit-field of 2 members: 2137 * Bit[0] : choosing. This field is set when the CPU is 2156 CPU0 updates its per-CPU field with data cache enabled. This write updates a 2158 CPU1 updates its per-CPU field of the ``bakery_lock_t`` structure with data cache 2160 its field in any other cache line in the system. This operation will invalidate 2180 * The lock_data is a bit-field of 2 members: 2181 * Bit[0] : choosing. This field is set when the CPU is [all …]
|
D | interrupt-framework-design.rst | 239 The ``flags`` field stores the routing model for the interrupt type in 248 The ``scr_el3[2]`` field also stores the routing model but as a mapping of the 249 model in the ``flags`` field to the corresponding bit in the ``SCR_EL3`` for each 449 interrupts in the ``sel1_intr_entry`` field. The TSPD passes control to the TSP at
|
D | cpu-specific-build-macros.rst | 636 level cache(LLC) is present in the system, and that the DataSource field
|
/trusted-firmware-a-3.4.0/tools/marvell/doimage/ |
D | doimage.c | 1131 #define print_field(st, type, field, hex, base) \ argument 1132 do_print_field((int)st->field, #field, \ 1133 base + offsetof(type, field), sizeof(st->field), hex)
|
/trusted-firmware-a-3.4.0/docs/perf/ |
D | performance-monitoring-unit.rst | 48 an identical function and bit field layout as ``PMEVTYPER<n>``. In addition,
|
/trusted-firmware-a-3.4.0/drivers/marvell/comphy/ |
D | phy-comphy-cp110.c | 116 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_pipe_selector() local 122 field = reg & mask; in mvebu_cp110_comphy_clr_pipe_selector() 124 if (field) { in mvebu_cp110_comphy_clr_pipe_selector() 135 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_phy_selector() local 141 field = reg & mask; in mvebu_cp110_comphy_clr_phy_selector() 148 if (field) { in mvebu_cp110_comphy_clr_phy_selector()
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 36 The SMC Function Identifier includes a OEN field. These values and their 218 Such calls can be determined by checking the CC field in bit[30] of the
|
D | psci-lib-integration-guide.rst | 194 The first field ``h``, of ``param_header_t`` type, provides the version 195 information. The second field ``mailbox_ep`` is the warm boot entrypoint address 257 described in `PSCI spec`_. The 'flags' (8th argument) is a bit field parameter
|
D | porting-guide.rst | 2334 accounting before entering a low power state. The ``pwr_domain_state`` field of 2352 accounting after exiting from a low power state. The ``pwr_domain_state`` field
|
/trusted-firmware-a-3.4.0/docs/plat/ |
D | nvidia-tegra.rst | 139 parameter to be used during the 'SYSTEM SUSPEND' call. The state-id field
|
/trusted-firmware-a-3.4.0/docs/plat/arm/ |
D | arm-build-options.rst | 49 field of power-state parameter.
|
/trusted-firmware-a-3.4.0/docs/design_documents/ |
D | measured_boot_poc.rst | 435 (see the field ``AlgorithmId`` on the logs above): 466 because the boot process records all the images in this PCR (see field ``PCRIndex``
|
/trusted-firmware-a-3.4.0/docs/threat_model/ |
D | threat_model.rst | 352 | | extension field is compared with the |
|
/trusted-firmware-a-3.4.0/docs/ |
D | change-log.md | 2839 - Added an `id` field under the NV-counter node in the device tree to 2967 - Added an owner field to Cactus secure partitions 3671 - backtrace: Strip PAC field when PAUTH is enabled 4689 the MT field in MPDIR and access the bit fields accordingly. 4907 - Added support for multi-threading CPUs, indicated by `MT` field in MPDIR. A 5065 Commits now must have a 'Signed-off-by:' field to certify that the
|