Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-a-latest/lib/xlat_mpu/
Dxlat_mpu_core.c41 uint64_t extract; /* temp var holding bit extracted from attr */ in prbar_attr_value() local
44 extract = (uint64_t) ((attr >> MT_SHAREABILITY_SHIFT) in prbar_attr_value()
46 retValue |= (extract << PRBAR_SH_SHIFT); in prbar_attr_value()
49 extract = (uint64_t) ((attr >> MT_PERM_SHIFT) & MT_PERM_MASK); in prbar_attr_value()
50 if (extract == 0U) { in prbar_attr_value()
57 extract = (uint64_t) ((attr >> MT_EXECUTE_SHIFT) & MT_EXECUTE_MASK); in prbar_attr_value()
58 retValue |= (extract << PRBAR_XN_SHIFT); in prbar_attr_value()
60 extract = (uint64_t) ((attr >> MT_TYPE_SHIFT) & MT_TYPE_MASK); in prbar_attr_value()
61 if (extract == 0U) { in prbar_attr_value()
71 uint64_t extract; /* temp var holding bit extracted from attr */ in prlar_attr_value() local
[all …]
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst144 #. If the image is an authentication image, extract the information that will
176 extract authentication parameters contained in an image, e.g. if the
303 check the image integrity and extract the authentication parameters.
383 The authentication framework will use the image descriptor to extract all the
457 - ``_get_param``: extract authentication parameter function pointer.
469 extract the data corresponding to that parameter from an image. This data will
696 parsing library to check the image integrity and extract the required
715 will point to specific information required to extract that parameter from
752 be used to extract the parameter data from the corresponding image.
897 is used to extract a public key from the parent image. If the cookie is an
[all …]
/trusted-firmware-a-latest/docs/plat/
Dnvidia-tegra.rst48 Instead of using hardware to extract the instruction-level parallelism
117 bl31\_early\_platform\_setup() handler to extract the TZDRAM carveout base and
/trusted-firmware-a-latest/docs/threat_model/
Dthreat_model_el3_spm.rst366 | Threat | **A malicious endpoint may attempt to extract data |
461 | | extract the traffic between an SP and the SPMC or |
Dthreat_model.rst170 correlation provides attackers with the means to extract sensitive
/trusted-firmware-a-latest/docs/plat/arm/juno/
Dindex.rst66 Use the fiptool to extract the BL33 image from the FIP
/trusted-firmware-a-latest/docs/components/
Dplatform-interrupt-controller-API.rst318 This API should extract and return the interrupt number from the raw value
Dsecure-partition-manager.rst654 DTB blob and extract its partition manifest properties.
/trusted-firmware-a-latest/docs/
Dporting-guide.rst2007 to extract SCP_BL2U image information, which is then copied into a private
Dchange-log.md733 …- extract core id from mpidr for pwrc operations ([70bc744](https://review.trustedfirmware.org/plu…
8206 verification of an image within a FIP without having to extract the image