Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/bl31/
H A Dbl31.mk26 include lib/extensions/amu/amu.mk
99 BL31_SOURCES += lib/extensions/spe/spe.c
111 BL31_SOURCES += lib/extensions/fgt/fgt2.c
115 BL31_SOURCES += lib/extensions/idte/idte3.c
119 BL31_SOURCES += lib/extensions/tcr/tcr2.c
123 BL31_SOURCES += lib/extensions/sme/sme.c
126 BL31_SOURCES += lib/extensions/sve/sve.c
130 BL31_SOURCES += lib/extensions/mpam/mpam.c
134 BL31_SOURCES += lib/extensions/debug/debugv8p9.c
138 BL31_SOURCES += lib/extensions/trbe/trbe.c
[all …]
/rk3399_ARM-atf/tools/cert_create/src/
H A 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 …]
H A Dmain.c215 ext = &extensions[cert->ext[j]]; in check_cmd_params()
489 ext = &extensions[cert->ext[j]]; in main()
/rk3399_ARM-atf/bl32/sp_min/
H A Dsp_min.mk11 include lib/extensions/amu/amu.mk
53 BL32_SOURCES += lib/extensions/sys_reg_trace/aarch32/sys_reg_trace.c
57 BL32_SOURCES += lib/extensions/trf/aarch32/trf.c
/rk3399_ARM-atf/lib/extensions/amu/
H A Damu.mk7 AMU_SOURCES := lib/extensions/amu/${ARCH}/amu.c
/rk3399_ARM-atf/docs/
H A Dconf.py25 extensions = [ variable
H A Dglossary.rst176 Reliability, Availability, and Serviceability extensions. A mandatory
H A Darchitecture_features.rst536 file in ``lib/extensions/abc/``. Functions in this file must be named
/rk3399_ARM-atf/tools/cert_create/include/
H A Dext.h94 extern ext_t *extensions;
/rk3399_ARM-atf/tools/cot_dt2c/
H A Dpoetry.lock154 mypy-extensions = ">=0.4.3,<0.5.0"
156 typing-extensions = ">=3.7.4"
163 name = "mypy-extensions"
165 description = "Experimental type system extensions for programs checked with the mypy typechecker."
354 name = "typing-extensions"
H A D.gitignore10 # C extensions
/rk3399_ARM-atf/docs/components/
H A 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
310 condition arises, the Arm RAS extensions only require for handler to perform
313 The RAS extensions part of Armv8.4 introduced new architectural features to deal
323 the intended advantages of Armv8.4 Double Fault architecture extensions.
H A Dsecure-partition-manager.rst113 of FEAT_PAuth, FEAT_BTI and FEAT_MTE2 architecture extensions.
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-10.rst5 | Title | Incorrect validation of X.509 certificate extensions can |
22 | | extensions" |
28 | | extensions" |
/rk3399_ARM-atf/docs/components/spd/
H A Dtlk-dispatcher.rst37 NVIDIA extensions to Little Kernel (LK) include:
/rk3399_ARM-atf/docs/about/
H A Dmaintainers.rst298 :|F|: lib/extensions/ras/
300 Activity Monitors Unit (AMU) extensions
308 :|F|: lib/extensions/amu/
310 Memory Partitioning And Monitoring (MPAM) extensions
316 :|F|: lib/extensions/mpam/
318 Pointer Authentication (PAuth) and Branch Target Identification (BTI) extensions
324 :|F|: lib/extensions/pauth/
332 :|F|: lib/extensions/spe/
H A Dfeatures.rst132 - FEAT_IDTE3 ``lib/extensions/idte/`` via ``ENABLE_FEAT_IDTE3``
/rk3399_ARM-atf/docs/process/
H A Dsecurity.rst73 | |TFV-10| | Incorrect validation of X.509 certificate extensions can result |
H A 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.
/rk3399_ARM-atf/tools/memory/
H A Dpoetry.lock190 typing-extensions = ">=4.1"
238 name = "typing-extensions"
/rk3399_ARM-atf/
H A DMakefile195 lib/extensions/pmuv3/${ARCH}/pmuv3.c \
330 BL_COMMON_SOURCES += lib/extensions/pauth/pauth.c
370 BL_COMMON_SOURCES += lib/extensions/sysreg128/sysreg128.S
H A Dpoetry.lock70 …, "importlib-metadata (>=5.1)", "mypy (>=1.9.0,<1.10.0)", "tomli", "typing-extensions (>=3.7.4.3)"]
314 typing = ["typing-extensions (>=4.12.2)"]
614 typing-extensions = "*"
1317 typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\""}
1347 name = "typing-extensions"
1393 typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\""}
/rk3399_ARM-atf/tools/tlc/
H A Dpoetry.lock17 typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""}
109 mypy-extensions = ">=0.4.3"
114 typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""}
485 typing = ["typing-extensions (>=4.12.2) ; python_version < \"3.11\""]
728 mypy-extensions = ">=0.4.3,<0.5.0"
730 typing-extensions = ">=3.7.4"
737 name = "mypy-extensions"
739 description = "Experimental type system extensions for programs checked with the mypy typechecker."
904 typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
1396 typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\""}
[all …]
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot.rst53 enables adding custom extensions to the certificates, which are used to store
58 certificate's issuer but by the content of the certificate extensions. To sign
H A Dauth-framework.rst177 parameters are stored as X509v3 extensions, the corresponding OID must be
920 extensions. This must be specified in the image descriptor using the

12