Searched refs:extract (Results 1 – 10 of 10) sorted by relevance
41 uint64_t extract; /* temp var holding bit extracted from attr */ in prbar_attr_value() local44 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 …]
144 #. If the image is an authentication image, extract the information that will176 extract authentication parameters contained in an image, e.g. if the303 check the image integrity and extract the authentication parameters.383 The authentication framework will use the image descriptor to extract all the457 - ``_get_param``: extract authentication parameter function pointer.469 extract the data corresponding to that parameter from an image. This data will696 parsing library to check the image integrity and extract the required715 will point to specific information required to extract that parameter from752 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 …]
48 Instead of using hardware to extract the instruction-level parallelism117 bl31\_early\_platform\_setup() handler to extract the TZDRAM carveout base and
366 | Threat | **A malicious endpoint may attempt to extract data |461 | | extract the traffic between an SP and the SPMC or |
170 correlation provides attackers with the means to extract sensitive
66 Use the fiptool to extract the BL33 image from the FIP
318 This API should extract and return the interrupt number from the raw value
654 DTB blob and extract its partition manifest properties.
2007 to extract SCP_BL2U image information, which is then copied into a private
733 …- 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