Home
last modified time | relevance | path

Searched refs:cache (Results 276 – 300 of 319) sorted by relevance

1...<<111213

/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig432 int "Network message cache size"
439 cache helps prevent unnecessary decryption operations. This also prevents
731 cache size, but has a purpose of preventing replay attacks.
767 any message that passed over network cache if this option is enabled.
770 will update the replay protection cache for messages those cannot be handled
/Zephyr-latest/soc/espressif/esp32c6/
Ddefault.ld554 * when flash cache is disabled */
696 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst295 * ``ZEP-1401`` - Enhance ready queue cache and interrupt exit code to reduce interrupt latency.
323 * ``ZEP-1473`` - ARP cache confused by use of gateway.
Drelease-notes-1.5.rst216 * ``ZEP-474`` - ND: Neighbor cache is not getting cleared
Drelease-notes-3.7.rst382 * STM32: Enabled ART Accelerator, I-cache, D-cache and prefetch on compatible series.
445 enabled full cache management, Chrom-ART, double frame buffer and full refresh for
780 * Fixed cache maintain being enabled when using a noncache DMA buffer in nxp_enet driver.
1252 * Added support to identify if DMA buffers are in data cache or non-cacheable memory.
Drelease-notes-1.13.rst186 * Fix cache support in Atmel GMAC ethernet driver.
306 * :github:`9689` - Multiple tests are failing on sam_e70_xplained once the cache is enabled
Drelease-notes-2.3.rst395 * Various fixes to setup and cache handling in gmac
1070 * :github:`24014` - Bluetooth: Mesh: Friend node not cache for lpn which receiveing unknown app_idx
1071 * :github:`24009` - Bluetooth: Mesh: Friend node not cache ALL_Node Address or different app_idx
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/
Dindex.rst22 - 256 KB L2 cache (can be switched into OCRAM instead)
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c533 struct bt_bap_unicast_client_ep *cache; in unicast_client_ep_new() local
540 cache = uni_cli_insts[index].snks; in unicast_client_ep_new()
546 cache = uni_cli_insts[index].srcs; in unicast_client_ep_new()
555 struct bt_bap_unicast_client_ep *client_ep = &cache[i]; in unicast_client_ep_new()
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld584 * when flash cache is disabled */
734 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */
/Zephyr-latest/soc/espressif/esp32s2/
Ddefault.ld594 * when flash cache is disabled */
750 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi132 // substate-id = <0>; is reserved for "idle", cache powered on
133 // substate-id = <1>; is reserved for "idle-cache-retained"
/Zephyr-latest/soc/espressif/esp32s3/
Ddefault.ld611 * when flash cache is disabled */
769 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */
/Zephyr-latest/doc/
Dzephyr.doxyfile.in486 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
487 # cache is used to resolve symbols given their name and scope. Since this can be
489 # code, Doxygen keeps a cache of pre-resolved symbols. If the cache is too small
490 # Doxygen will become slower. If the cache is too large, memory is wasted. The
491 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
492 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
493 # symbols. At the end of a run Doxygen will report the cache usage and suggest
494 # the optimal cache size from a speed point of view.
976 @ZEPHYR_BASE@/include/zephyr/arch/cache.h \
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_8.rst33 already downloaded and where their position in the file is (MCUmgr will cache
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst168 # sets BOARD_ALIAS=foo in the CMake cache.
/Zephyr-latest/doc/develop/application/
Dindex.rst482 - Any previously used value as determined by the CMake cache takes highest
598 storage used to cache values between runs, including compile and build
599 options and paths to library dependencies. This cache file is created
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py691 cache = [cache_elem]
692 return cache
/Zephyr-latest/subsys/debug/
DKconfig90 on cache-incoherent architectures.
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst358 variable or from a CMake cache initialization file with the ``-C`` command line option.
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt10xx.dtsi32 d-cache-line-size = <32>;
/Zephyr-latest/doc/build/dts/
Dhowtos.rst269 The :makevar:`DTC_OVERLAY_FILE` value is stored in the CMake cache and used
/Zephyr-latest/modules/hal_nordic/nrfx/
DKconfig1132 (cache buffers) are used for DMA transfers and data is copied to the user buffer.
/Zephyr-latest/doc/hardware/porting/
Darch.rst207 The kernel keeps the next thread to run in a "cache", and thus the context
208 switching code only has to fetch from that cache to select which thread to run.
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst357 cache-size = <4096>;

1...<<111213