Searched refs:cache (Results 276 – 300 of 319) sorted by relevance
1...<<111213
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 432 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/ |
D | default.ld | 554 * when flash cache is disabled */ 696 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 295 * ``ZEP-1401`` - Enhance ready queue cache and interrupt exit code to reduce interrupt latency. 323 * ``ZEP-1473`` - ARP cache confused by use of gateway.
|
D | release-notes-1.5.rst | 216 * ``ZEP-474`` - ND: Neighbor cache is not getting cleared
|
D | release-notes-3.7.rst | 382 * 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.
|
D | release-notes-1.13.rst | 186 * Fix cache support in Atmel GMAC ethernet driver. 306 * :github:`9689` - Multiple tests are failing on sam_e70_xplained once the cache is enabled
|
D | release-notes-2.3.rst | 395 * 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/ |
D | index.rst | 22 - 256 KB L2 cache (can be switched into OCRAM instead)
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 533 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/ |
D | default.ld | 584 * 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/ |
D | default.ld | 594 * 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/ |
D | nrf54h20.dtsi | 132 // 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/ |
D | default.ld | 611 * when flash cache is disabled */ 769 /* logging sections should be placed in RAM area to avoid flash cache disabled issues */
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 486 # 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/ |
D | smp_group_8.rst | 33 already downloaded and where their position in the file is (MCUmgr will cache
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 168 # sets BOARD_ALIAS=foo in the CMake cache.
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 482 - 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/ |
D | test_runner.py | 691 cache = [cache_elem] 692 return cache
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 90 on cache-incoherent architectures.
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 358 variable or from a CMake cache initialization file with the ``-C`` command line option.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt10xx.dtsi | 32 d-cache-line-size = <32>;
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 269 The :makevar:`DTC_OVERLAY_FILE` value is stored in the CMake cache and used
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | Kconfig | 1132 (cache buffers) are used for DMA transfers and data is copied to the user buffer.
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 207 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/ |
D | usb_device.rst | 357 cache-size = <4096>;
|
1...<<111213