Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-m-latest/interface/include/mbedtls/
Dssl_cache.h81 void mbedtls_ssl_cache_init(mbedtls_ssl_cache_context *cache);
150 void mbedtls_ssl_cache_set_timeout(mbedtls_ssl_cache_context *cache, int timeout);
161 static inline int mbedtls_ssl_cache_get_timeout(mbedtls_ssl_cache_context *cache) in mbedtls_ssl_cache_get_timeout() argument
163 return cache->MBEDTLS_PRIVATE(timeout); in mbedtls_ssl_cache_get_timeout()
174 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max);
181 void mbedtls_ssl_cache_free(mbedtls_ssl_cache_context *cache);
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA7/
Dmodel_config.txt19 … # (bool , run-time ) default = '0' : Set whether L1 I-cache has stateful imple…
20 … # (bool , run-time ) default = '0' : Set whether L1 D-cache has stateful imple…
21 … # (bool , run-time ) default = '0' : Set whether L2 cache has stateful imple…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA5/
Dmodel_config.txt19 … # (bool , run-time ) default = '0' : Set whether D-cache has stateful imple…
20 … # (bool , run-time ) default = '0' : Set whether I-cache has stateful imple…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA9/
Dmodel_config.txt19 … # (bool , run-time ) default = '0' : Set whether D-cache has stateful imple…
20 … # (bool , run-time ) default = '0' : Set whether I-cache has stateful imple…
/trusted-firmware-m-latest/bl2/ext/mcuboot/
Dmcuboot_default_config.cmake47 # and KEY_NS will either have to be updated manually or removed from the cache.
48 # `cmake .. -UMCUBOOT_KEY_S -UMCUBOOT_KEY_NS`. Once removed from the cache it
DKconfig187 and KEY_NS will either have to be updated manually or removed from the cache.
188 `cmake .. -UMCUBOOT_KEY_S -UMCUBOOT_KEY_NS`. Once removed from the cache it
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/
Dconfig.cmake40 # Once all cache options are set, set common options as fallback
/trusted-firmware-m-latest/docs/configuration/
Dkconfig_system.rst27 Contains CMake cache variables of building options.
/trusted-firmware-m-latest/config/
Dkconfig.cmake93 # This function goes through the CMake cache variables and convert them to .config format.
/trusted-firmware-m-latest/docs/doxygen/
DDoxyfile.in420 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
421 # cache is used to resolve symbols given their name and scope. Since this can be
423 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
424 # doxygen will become slower. If the cache is too large, memory is wasted. The
425 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
426 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
427 # symbols. At the end of a run doxygen will report the cache usage and suggest
428 # the optimal cache size from a speed point of view.
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Djquery.js44cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,…
/trusted-firmware-m-latest/docs/integration_guide/platform/
Dporting_tfm_to_a_new_hardware.rst242 These configurations should be set as normal CMake variables while others are cache variables.