Home
last modified time | relevance | path

Searched refs:cache (Results 151 – 175 of 319) sorted by relevance

12345678910>>...13

/Zephyr-latest/scripts/west_commands/
Dsign.py475 cache = CMakeCache.from_build_dir(build_dir)
476 self.cmake_cache = cache
480 target = cache.get('RIMAGE_TARGET')
593 cmake_default_key = cache.get('RIMAGE_SIGN_KEY', 'key placeholder from sign.py')
Dbuild.py662 cache = CMakeCache.from_build_dir(self.build_dir)
664 app_src_dir = cache.get('APPLICATION_SOURCE_DIR')
665 app_bin_dir = cache.get('APPLICATION_BINARY_DIR')
669 '-P', cache['ZEPHYR_BASE'] + '/cmake/pristine.cmake']
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake17 # This CMake modules loads the sysbuild cache variables as target properties on
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig303 int "The number of EID-to-RLOC cache entries"
306 The number of EID-to-RLOC cache entries.
309 int "The maximum number of EID-to-RLOC cache entries"
312 The maximum number of EID-to-RLOC cache entries that can be used for
/Zephyr-latest/include/zephyr/
Dkernel_structs.h133 struct k_thread *cache; member
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnrf52840dk_nrf52840_spi.overlay68 cache-size = <64>;
/Zephyr-latest/kernel/
Dsched.c300 _kernel.ready_q.cache = thread; in update_cache()
302 _kernel.ready_q.cache = _current; in update_cache()
734 new_thread = _kernel.ready_q.cache; in need_swap()
800 return _kernel.ready_q.cache; in z_swap_next_thread()
911 z_sched_usage_switch(_kernel.ready_q.cache); in z_get_next_switch_handle()
913 set_current(_kernel.ready_q.cache); in z_get_next_switch_handle()
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Darch.h308 _kernel.ready_q.cache != _current) { in arch_isr_direct_footer()
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst16 - 32KB cache for XIP and Data
/Zephyr-latest/boards/beagle/beagley_ai/doc/
Dindex.rst19 * 32KB instruction cache
20 * 32KB data cache
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst19 * 16 KB instruction cache.
20 * 16 KB data cache.
/Zephyr-latest/lib/hash/
DKconfig.hash_map26 use tends to incur more cache-misses as nodes are spread throughout
/Zephyr-latest/lib/net_buf/
DKconfig58 to a certain byte boundary, or dealing with cache line restrictions.
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld28 * mapping is set up to bypass the L1 cache, so it must be used when
31 * that is managed with explicit cache flush/invalidate operations.
34 * including alignment to a cache line. Be sure to also emit the
446 * wants to use the cache
563 * the cache remap script doesn't try to move them around needlessly.
/Zephyr-latest/modules/lvgl/
DCMakeLists.txt205 ${LVGL_DIR}/src/misc/cache/lv_cache.c
206 ${LVGL_DIR}/src/misc/cache/lv_cache_entry.c
207 ${LVGL_DIR}/src/misc/cache/lv_cache_lru_rb.c
208 ${LVGL_DIR}/src/misc/cache/lv_image_cache.c
209 ${LVGL_DIR}/src/misc/cache/lv_image_header_cache.c
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst43 * If at least one of the cores uses data cache on shared memory, set the ``dcache-alignment`` value.
45 You can skip it if none of the communication sides is using data cache on shared memory.
112 This area is divided into even-sized blocks aligned to cache boundaries.
114 The location of each area is calculated to fulfill cache boundary requirements and allow optimal re…
122 * ``alignment`` - Memory cache alignment.
126 #. Align region boundaries to cache:
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst116 cache-size = <4096>;
120 The cache size specified in :dtcompatible:`zephyr,flash-disk` node should be
/Zephyr-latest/subsys/logging/
DKconfig.processing138 int "Number of entries in domain name cache"
146 int "Number of entries in source name cache"
/Zephyr-latest/lib/os/
Dspsc_pbuf.c71 return &pb->ext.cache.wr_idx; in get_wr_idx_loc()
81 return pb->ext.cache.data; in get_data_loc()
/Zephyr-latest/soc/nxp/imxrt/
DKconfig.defconfig92 # Enable cache management features when using M7 core, since these parts
/Zephyr-latest/soc/nxp/imx/imx8/adsp/
Dlinker.ld143 /* Various memory-map dependent cache attribute settings: */
160 * Every 512M in 4GB space has dedicate cache attribute.
162 * 2: cache bypass
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/
Dlinker.ld143 /* Various memory-map dependent cache attribute settings: */
160 * Every 512M in 4GB space has dedicate cache attribute.
162 * 2: cache bypass
/Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/
Dlinker.ld143 /* Various memory-map dependent cache attribute settings: */
160 * Every 512M in 4GB space has dedicate cache attribute.
162 * 2: cache bypass
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/
Dlinker.ld143 /* Various memory-map dependent cache attribute settings: */
160 * Every 512M in 4GB space has dedicate cache attribute.
162 * 2: cache bypass
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_shell.rst20 "net arp", "Print information about IPv4 ARP cache. Only available if

12345678910>>...13