Searched refs:optimize (Results 1 – 15 of 15) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Test/ |
| D | lit.cfg.py | 648 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)
|
| D | build.py | 69 yield run_lit(config.compiler[0], config.device[1], config.optimize[0]) 78 def run_lit(toolchain, device, optimize): argument
|
| D | README.md | 104 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/ |
| D | README.md | 90 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/ |
| D | boot_hal_bl2.c | 446 __attribute__((optimize("Os"))) 480 __attribute__((optimize("Os")))
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/ |
| D | boot_hal_bl2.c | 462 __attribute__((optimize("Os"))) 496 __attribute__((optimize("Os")))
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | Kconfig.comp | 95 to optimize memory footprint in resource-constrained devices.
|
| D | CMakeLists.txt | 158 # MBEDCRYPTO_BUILD_TYPE will be set "RelWithDebInfo" to optimize the space
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/include/ |
| D | cy_utils.h | 134 #define CY_NOINLINE CY_PRAGMA(optimize = no_inline)
|
| /trusted-firmware-m-latest/docs/integration_guide/ |
| D | spm_backends.rst | 68 to optimize memory consumption and execution performance.
|
| /trusted-firmware-m-latest/docs/security/security_advisories/ |
| D | profile_small_key_id_encoding_vulnerability.rst | 56 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/ |
| D | tfm_profile_medium_arot-less.rst | 69 Therefore, this profile selects isolation level 1 to simplify implementation and optimize memory
|
| D | tfm_profile_small.rst | 164 length. Therefore single-part operations can help users optimize memory 409 Other configurations can be selected to optimize the memory footprint of Crypto
|
| D | tfm_profile_medium.rst | 350 Other configurations can be selected to optimize the memory footprint of Crypto
|
| /trusted-firmware-m-latest/docs/design_docs/services/ |
| D | symmetric_initial_attest.rst | 457 implementation but optimize the memory footprint.
|