/tf-a-ffa_el3_spmc/docs/components/ |
A D | ffa-manifest-binding.rst | 56 - If value of this field = 1 and number of PEs > 1 then the partition is 58 - If the value of this field > 1 then the partition is treated as a MP 78 - Physical base address of the partition in memory. Absence of this field 85 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 - Presence of this field indicates that the partition expects the 140 The field specifies the general purpose register number but not its width. 219 upstream of. If the field is omitted then it is assumed that the device is 244 - Presence of this field implies that this endpoint must be granted exclusive
|
A D | secure-partition-manager.rst | 288 to upgrade SPs in the field. 341 This file also specifies the SP owner (as an optional field) identifying the 344 corresponding "owner" field value can either take the value of "SiP" or "Plat". 345 In absence of "owner" field, it defaults to "SiP" owner. 404 indicates a FF-A compliant SP. The *load_address* field specifies the load 478 The *execution-ctx-count* SP manifest field can take the value of one or the 889 - smmu-id: This field helps to identify the SMMU instance that this device is
|
A D | platform-interrupt-controller-API.rst | 305 masks out the interrupt ID field from the acknowledged value from GIC.
|
A D | xlat-tables-lib-v2-design.rst | 101 The region's granularity is an optional field; if it is not specified the
|
/tf-a-ffa_el3_spmc/docs/components/fconf/ |
A D | fconf_properties.rst | 11 The |FCONF| framework expects a *dtb-registry* node with the following field:
|
/tf-a-ffa_el3_spmc/drivers/nxp/auth/csf_hdr_parser/ |
A 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
|
A D | input_bl2_ch3_2 | 14 # Entry Point/Image start address field in the header.[Mandatory]
|
A D | input_bl2_ch3 | 14 # Entry Point/Image start address field in the header.[Mandatory]
|
/tf-a-ffa_el3_spmc/docs/components/measured_boot/ |
A D | event_log.rst | 11 Measured Boot driver expects a *tpm_event_log* node with the following field
|
/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
A D | libfdt.h | 238 #define fdt_get_header(fdt, field) \ argument 239 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))
|
/tf-a-ffa_el3_spmc/docs/design/ |
A 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
|
A D | firmware-design.rst | 293 - ``SDCR``. The ``SDCR.SPD`` field is set to disable AArch32 Secure 2107 * The lock_data is a bit-field of 2 members: 2108 * Bit[0] : choosing. This field is set when the CPU is 2151 * The lock_data is a bit-field of 2 members: 2152 * Bit[0] : choosing. This field is set when the CPU is 2168 | `bakery_info_t`| <-- Lock_0 per-CPU field 2171 | `bakery_info_t`| <-- Lock_1 per-CPU field 2176 | `bakery_info_t`| <-- Lock_N per-CPU field 2184 | `bakery_info_t`| <-- Lock_0 per-CPU field 2187 | `bakery_info_t`| <-- Lock_1 per-CPU field [all …]
|
A 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
|
A D | cpu-specific-build-macros.rst | 470 level cache(LLC) is present in the system, and that the DataSource field
|
/tf-a-ffa_el3_spmc/tools/marvell/doimage/ |
A 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)
|
/tf-a-ffa_el3_spmc/docs/perf/ |
A D | performance-monitoring-unit.rst | 48 an identical function and bit field layout as ``PMEVTYPER<n>``. In addition,
|
/tf-a-ffa_el3_spmc/drivers/marvell/comphy/ |
A D | phy-comphy-cp110.c | 114 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_pipe_selector() local 120 field = reg & mask; in mvebu_cp110_comphy_clr_pipe_selector() 122 if (field) { in mvebu_cp110_comphy_clr_pipe_selector() 133 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_phy_selector() local 139 field = reg & mask; in mvebu_cp110_comphy_clr_phy_selector() 146 if (field) { in mvebu_cp110_comphy_clr_phy_selector()
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A 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
|
A 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
|
A D | porting-guide.rst | 2152 accounting before entering a low power state. The ``pwr_domain_state`` field of 2170 accounting after exiting from a low power state. The ``pwr_domain_state`` field
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | nvidia-tegra.rst | 139 parameter to be used during the 'SYSTEM SUSPEND' call. The state-id field
|
/tf-a-ffa_el3_spmc/docs/plat/arm/ |
A D | arm-build-options.rst | 49 field of power-state parameter.
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | threat_model.rst | 309 | | taken from a certificate extension field is |
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 804 - Added an ``id`` field under the NV-counter node in the device tree to 972 - Added an owner field to Cactus secure partitions 1942 - backtrace: Strip PAC field when PAUTH is enabled 3165 the MT field in MPDIR and access the bit fields accordingly. 3403 - Added support for multi-threading CPUs, indicated by `MT` field in MPDIR. 3576 Commits now must have a 'Signed-off-by:' field to certify that the
|