Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 28) sorted by relevance

12

/trusted-firmware-a-latest/tools/cert_create/src/
Dext.c19 ext_t *extensions; variable
58 extensions = malloc((num_def_extensions * sizeof(def_extensions[0]))
63 if (extensions == NULL) {
68 memcpy(&extensions[0], &def_extensions[0],
71 memcpy(&extensions[num_def_extensions], &pdef_extensions[0],
79 ext = &extensions[i];
310 ext = &extensions[i]; in ext_get_by_opt()
324 if (extensions[i].arg != NULL) { in ext_cleanup()
325 void *ptr = (void *)extensions[i].arg; in ext_cleanup()
327 extensions[i].arg = NULL; in ext_cleanup()
[all …]
Dmain.c223 ext = &extensions[cert->ext[j]]; in check_cmd_params()
493 ext = &extensions[cert->ext[j]]; in main()
/trusted-firmware-a-latest/bl31/
Dbl31.mk26 include lib/extensions/amu/amu.mk
89 BL31_SOURCES += lib/extensions/spe/spe.c
105 BL31_SOURCES += lib/extensions/sme/sme.c
108 BL31_SOURCES += lib/extensions/sve/sve.c
112 BL31_SOURCES += lib/extensions/mpam/mpam.c
116 BL31_SOURCES += lib/extensions/trbe/trbe.c
120 BL31_SOURCES += lib/extensions/brbe/brbe.c
124 BL31_SOURCES += lib/extensions/sys_reg_trace/aarch64/sys_reg_trace.c
128 BL31_SOURCES += lib/extensions/trf/aarch64/trf.c
/trusted-firmware-a-latest/lib/extensions/amu/
Damu.mk9 AMU_SOURCES := lib/extensions/amu/${ARCH}/amu.c \
10 lib/extensions/amu/${ARCH}/amu_helpers.S
/trusted-firmware-a-latest/bl32/sp_min/
Dsp_min.mk11 include lib/extensions/amu/amu.mk
51 BL32_SOURCES += lib/extensions/sys_reg_trace/aarch32/sys_reg_trace.c
55 BL32_SOURCES += lib/extensions/trf/aarch32/trf.c
/trusted-firmware-a-latest/docs/
Dconf.py25 extensions = [ variable
Dglossary.rst149 Reliability, Availability, and Serviceability extensions. A mandatory
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t194/
Dplatform_t194.mk75 BL31_SOURCES += lib/extensions/ras/std_err_record.c \
76 lib/extensions/ras/ras_common.c \
/trusted-firmware-a-latest/lib/mpmm/
Dmpmm.mk7 include lib/extensions/amu/amu.mk
/trusted-firmware-a-latest/tools/cert_create/include/
Dext.h94 extern ext_t *extensions;
/trusted-firmware-a-latest/docs/components/
Dras.rst5 Serviceability (RAS) extensions. RAS is a mandatory extension for Armv8.2 and
8 For the description of Arm RAS extensions, Standard Error Records, and the
46 Error Records as introduced by the RAS extensions
281 condition arises, the Arm RAS extensions only require for handler to perform
284 The RAS extensions part of Armv8.4 introduced new architectural features to deal
294 the intended advantages of Armv8.4 Double Fault architecture extensions.
Dsecure-partition-manager.rst182 of FEAT_PAuth, FEAT_BTI and FEAT_MTE architecture extensions.
1463 Arm architecture extensions for security hardening
1466 Hafnium supports the following architecture extensions for security hardening:
1539 extensions. Consequently, SPM depends on Secure EL2 support in SMMUv3.2
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-10.rst5 | Title | Incorrect validation of X.509 certificate extensions can |
22 | | extensions" |
28 | | extensions" |
/trusted-firmware-a-latest/plat/nuvoton/npcm845x/
Dplatform.mk284 BL31_SOURCES += lib/extensions/ras/std_err_record.c \
285 lib/extensions/ras/ras_common.c
/trusted-firmware-a-latest/plat/arm/common/
Darm_common.mk343 BL31_SOURCES += lib/extensions/ras/std_err_record.c \
344 lib/extensions/ras/ras_common.c
/trusted-firmware-a-latest/docs/components/spd/
Dtlk-dispatcher.rst37 NVIDIA extensions to Little Kernel (LK) include:
/trusted-firmware-a-latest/docs/about/
Dmaintainers.rst263 :|F|: lib/extensions/ras/
265 Activity Monitors Unit (AMU) extensions
271 :|F|: lib/extensions/amu/
273 Memory Partitioning And Monitoring (MPAM) extensions
277 :|F|: lib/extensions/mpam/
279 Pointer Authentication (PAuth) and Branch Target Identification (BTI) extensions
283 :|F|: lib/extensions/pauth/
289 :|F|: lib/extensions/spe/
/trusted-firmware-a-latest/docs/process/
Dsecurity.rst73 | |TFV-10| | Incorrect validation of X.509 certificate extensions can result |
Dcoding-style.rst39 C99", which implies the *ISO C99* standard with GNU extensions.
42 Clang does lack support for a small number of GNU extensions. These
43 missing extensions are rarely used, however, and should not pose a problem.
/trusted-firmware-a-latest/docs/design/
Dtrusted-board-boot.rst31 enables adding custom extensions to the certificates, which are used to store
37 extensions. To sign the certificates, different signature schemes are available,
Dauth-framework.rst177 parameters are stored as X509v3 extensions, the corresponding OID must be
888 extensions. This must be specified in the image descriptor using the
/trusted-firmware-a-latest/
Dpoetry.lock66 typing = ["importlib-metadata (>=5.1)", "mypy (==0.991)", "tomli", "typing-extensions (>=3.7.4.3)"]
389 typing-extensions = "*"
818 name = "typing-extensions"
DMakefile422 lib/extensions/pmuv3/${ARCH}/pmuv3.c \
587 BL_COMMON_SOURCES += lib/extensions/pauth/pauth_helpers.S
/trusted-firmware-a-latest/docs/design_documents/
Dmeasured_boot_poc.rst84 extensions to enable Measured Boot and an fTPM service. Therefore, we can rely
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst266 extensions. This flag can take the values 0 to 2, to align with the
446 extensions. This is an optional architectural feature for AArch64.
522 - ``FAULT_INJECTION_SUPPORT``: ARMv8.4 extensions introduced support for fault

12