Searched refs:cache_enabled (Results 1 – 4 of 4) sorted by relevance
199 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local210 if (cache_enabled) { in flash_stm32_block_erase_loop()228 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local240 if (cache_enabled) { in flash_stm32_write_range()
199 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local210 if (cache_enabled) { in flash_stm32_block_erase_loop()227 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local238 if (cache_enabled) { in flash_stm32_write_range()
230 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local241 if (cache_enabled) { in flash_stm32_block_erase_loop()259 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local271 if (cache_enabled) { in flash_stm32_write_range()
192 bool cache_enabled; member676 if (!context->options.cache_enabled) { in tls_session_store()706 if (!context->options.cache_enabled) { in tls_session_restore()1420 if (is_server && context->options.cache_enabled) { in tls_mbedtls_init()2097 context->options.cache_enabled = (*val == ZSOCK_TLS_SESSION_CACHE_ENABLED); in tls_opt_session_cache_set()2105 int cache_enabled = context->options.cache_enabled ? in tls_opt_session_cache_get() local2109 if (*optlen != sizeof(cache_enabled)) { in tls_opt_session_cache_get()2113 *(int *)optval = cache_enabled; in tls_opt_session_cache_get()