Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Test/
Dlit.cfg.py648 optimize = lit_config.params.get("optimize", "none") variable
651 def __init__(self, toolchain, device, optimize): argument
654 self.optimize = optimize
684 …self.OPTIMIZE[self.optimize], '-I', os.path.abspath('../Include'), '-c', '-D', f'CORE_HEADER=\\"{D…
711 self.OPTIMIZE[self.optimize], '-I', os.path.abspath('../Include'),
766 f'--target={self.TARGET[self.device]}', self.OPTIMIZE[self.optimize],
777 tc = Toolchain_AC6(device=device, optimize=optimize)
779 tc = Toolchain_GCC(device=device, optimize=optimize)
781 tc = Toolchain_Clang(device=device, optimize=optimize)
Dbuild.py69 yield run_lit(config.compiler[0], config.device[1], config.optimize[0])
78 def run_lit(toolchain, device, optimize): argument
DREADME.md104 Select the `<compiler>`, `<device>`, and `<optimize>` level to execute `lit` for.
107 ./CMSIS/Core/Test $ ./build.py -c <compiler> -d <device> -o <optimize> [lit]
114 …opt/homebrew/bin/lit --xunit-xml-output lit.xml -D toolchain=GCC -D device=CM3 -D optimize=none src
122 compiler device optimize lit
134 ./CMSIS/Core/Test $ lit -D toolchain=GCC -D device=CM3 -D optimize=none -a src/apsr.c
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/
DREADME.md90 Select the `<compiler>`, `<device>`, and `<optimize>` level to `build` and `run` for.
93 ./CMSIS/CoreValidation/Project $ ./build.py -c <compiler> -d <device> -o <optimize> [build] [run]
110 compiler device optimize build clean extract run
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dboot_hal_bl2.c446 __attribute__((optimize("Os")))
480 __attribute__((optimize("Os")))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dboot_hal_bl2.c462 __attribute__((optimize("Os")))
496 __attribute__((optimize("Os")))
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
DKconfig.comp95 to optimize memory footprint in resource-constrained devices.
DCMakeLists.txt158 # MBEDCRYPTO_BUILD_TYPE will be set "RelWithDebInfo" to optimize the space
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/include/
Dcy_utils.h134 #define CY_NOINLINE CY_PRAGMA(optimize = no_inline)
/trusted-firmware-m-latest/docs/integration_guide/
Dspm_backends.rst68 to optimize memory consumption and execution performance.
/trusted-firmware-m-latest/docs/security/security_advisories/
Dprofile_small_key_id_encoding_vulnerability.rst56 TF-M v1.4.0, Profile Small disabled both mechanisms above to optimize the key
157 This patch intended to optimize TF-M Crypto service key handle array and
/trusted-firmware-m-latest/docs/configuration/profiles/
Dtfm_profile_medium_arot-less.rst69 Therefore, this profile selects isolation level 1 to simplify implementation and optimize memory
Dtfm_profile_small.rst164 length. Therefore single-part operations can help users optimize memory
409 Other configurations can be selected to optimize the memory footprint of Crypto
Dtfm_profile_medium.rst350 Other configurations can be selected to optimize the memory footprint of Crypto
/trusted-firmware-m-latest/docs/design_docs/services/
Dsymmetric_initial_attest.rst457 implementation but optimize the memory footprint.