Searched refs:cache (Results 1 – 14 of 14) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_cache.c | 49 mbedtls_mutex_init( &cache->mutex ); in mbedtls_ssl_cache_init() 67 cur = cache->chain; in mbedtls_ssl_cache_get() 76 if( cache->timeout != 0 && in mbedtls_ssl_cache_get() 154 cur = cache->chain; in mbedtls_ssl_cache_set() 162 if( cache->timeout != 0 && in mbedtls_ssl_cache_set() 214 cur = cache->chain; in mbedtls_ssl_cache_set() 233 cache->chain = cur; in mbedtls_ssl_cache_set() 307 cache->timeout = timeout; in mbedtls_ssl_cache_set_timeout() 315 cache->max_entries = max; in mbedtls_ssl_cache_set_max_entries() 322 cur = cache->chain; in mbedtls_ssl_cache_free() [all …]
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | fsl-lx2160a.dtsi | 35 d-cache-sets = <128>; 38 i-cache-sets = <192>; 52 d-cache-sets = <128>; 55 i-cache-sets = <192>; 69 d-cache-sets = <128>; 72 i-cache-sets = <192>; 304 cache-level = <2>; 312 cache-level = <2>; 320 cache-level = <2>; 328 cache-level = <2>; [all …]
|
A D | sama5d2.dtsi | 34 next-level-cache = <&L2>; 150 L2: cache-controller@a00000 { 151 compatible = "arm,pl310-cache"; 154 cache-unified; 155 cache-level = <2>;
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ssl_cache.h | 96 void mbedtls_ssl_cache_init( mbedtls_ssl_cache_context *cache ); 126 void mbedtls_ssl_cache_set_timeout( mbedtls_ssl_cache_context *cache, int timeout ); 136 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ); 143 void mbedtls_ssl_cache_free( mbedtls_ssl_cache_context *cache );
|
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | ipi.c | 97 goto cache; in versal_crypto_request() 100 goto cache; in versal_crypto_request() 105 cache: in versal_crypto_request()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | arm32_sysreg.txt | 70 DCCIMVAC c7 0 c14 1 WO Data cache clean and invalidate by MVA PoC 71 DCCISW c7 0 c14 2 WO Data cache clean and invalidate by set/way 72 DCCMVAC c7 0 c10 1 WO Data cache clean by MVA PoC 73 DCCMVAU c7 0 c11 1 WO Data cache clean by MVA PoU 74 DCCSW c7 0 c10 2 WO Data cache clean by set/way 75 DCIMVAC c7 0 c6 1 WO Data cache invalidate by MVA PoC 76 DCISW c7 0 c6 2 WO Data cache invalidate by set/way 77 ICIALLU c7 0 c5 0 WOD Instruction cache invalidate all PoU 78 ICIALLUIS c7 0 c1 0 WOD Instruction cache invalidate all PoU, IS 79 ICIMVAU c7 0 c5 1 WO Instruction cache invalidate by MVA PoU
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | sub.mk | 11 srcs-y += cache.c
|
/optee_os-3.20.0/core/include/kernel/ |
A D | thread_private.h | 91 void thread_rpc_shm_cache_clear(struct thread_shm_cache *cache);
|
/optee_os-3.20.0/core/kernel/ |
A D | thread.c | 592 struct thread_shm_cache *cache = &threads[thread_get_id()].shm_cache; in get_shm_cache_entry() local 595 SLIST_FOREACH(ce, cache, link) in get_shm_cache_entry() 602 SLIST_INSERT_HEAD(cache, ce, link); in get_shm_cache_entry() 662 void thread_rpc_shm_cache_clear(struct thread_shm_cache *cache) in thread_rpc_shm_cache_clear() argument 665 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear() 669 SLIST_REMOVE_HEAD(cache, link); in thread_rpc_shm_cache_clear()
|
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/ |
A D | psci-cpuidle-imx7.S | 736 mov r0, #0 @ ; write the cache size selection register to be 737 write_csselr r0 @ ; sure we address the data cache 746 write_dcisw r2 @ ; invalidate data or unified cache line by set/way
|
A D | psci-suspend-imx7.S | 662 mov r0, #0 @ ; write the cache size selection register to be 663 write_csselr r0 @ ; sure we address the data cache 672 write_dcisw r2 @ ; invalidate data or unified cache line by set/way
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 147 CMake cache. This can be done with the following command using GNU find:
|
A D | ChangeLog | 396 * When using session cache based session resumption on the server, 397 double-check that custom session cache implementations return 748 fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz, 1751 plaintext of messages under some conditions by using a cache attack 1762 previous entry) by using a cache attack targeting the SSL input record 2427 against side-channel attacks like the cache attack described in 3048 * Add countermeasure against "Lucky 13 strikes back" cache-based attack, 3647 * Add countermeasure against "Lucky 13 strikes back" cache-based attack, 3885 * The SSL session cache module (ssl_cache) now also retains peer_cert 3974 * Added simple SSL session cache implementation
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 524 * pl310: fix cache sync ([#2035]) 992 world, especially by adding a cache for FS RPC payload data. 993 - REE FS: use a single file per object, remove block cache.
|
Completed in 20 milliseconds