Home
last modified time | relevance | path

Searched refs:cache (Results 101 – 125 of 319) sorted by relevance

12345678910>>...13

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcmakecache.py118 with open(cache_file) as cache:
119 for line_no, line in enumerate(cache):
/Zephyr-latest/samples/subsys/usb/mass/boards/
Drpi_pico.overlay37 cache-size = <4096>;
/Zephyr-latest/boards/native/nrf_bsim/
Dirq_handler.c138 && (_kernel.ready_q.cache) && (_kernel.ready_q.cache != _current)) { in posix_irq_handler()
/Zephyr-latest/drivers/display/
DKconfig.mcux_dcnano_lcdif30 bool "Maintain cache coherency"
33 Maintain cache coherency for LCDIF framebuffer. This is generally
DKconfig.renesas_ra28 # Force display buffers to be aligned to cache line size (64 bytes)
/Zephyr-latest/soc/nordic/nrf91/
DKconfig34 bool "Instruction cache (I-Cache)"
/Zephyr-latest/arch/arc/core/
DCMakeLists.txt22 zephyr_library_sources_ifdef(CONFIG_ARCH_CACHE cache.c)
/Zephyr-latest/tests/boards/nrf/dmm/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay3 dut-cache = &spi1;
Dnrf54h20dk_nrf54h20_cpuapp.overlay3 dut-cache = &spi120;
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
D.gitignore33 .cache
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst27 * If at least one of the cores uses data cache on shared memory, set the ``dcache-alignment`` value.
29 You can skip it if none of the communication sides is using data cache on shared memory.
111 …led, the shared memory region provided to ICMsg must be aligned according to the cache requirement.
112 If cache is not enabled, the required alignment is 4 bytes.
130 - depends on cache alignment
132 - Padding added to align ``wr_idx`` to the cache alignment.
/Zephyr-latest/arch/x86/core/
DCMakeLists.txt22 zephyr_library_sources_ifdef(CONFIG_ARCH_CACHE cache.c)
/Zephyr-latest/kernel/include/
Dkernel_offsets.h48 GEN_OFFSET_SYM(_ready_q_t, cache);
/Zephyr-latest/subsys/settings/
DKconfig73 bool "NVS name lookup cache"
75 Enable NVS name lookup cache, used to reduce the Settings name
79 int "NVS name lookup cache size"
84 Number of entries in Settings NVS name cache.
/Zephyr-latest/drivers/serial/
DKconfig.max3223 int "TX cache buffer size"
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig38 # Force display buffers to be aligned to cache line size (32 bytes)
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf54l15dk_nrf54l15_cpuapp.overlay43 cache-size = <512>;
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake26 # to the cache in order for the setting to propagate to images.
67 # We only want to set this in cache it has been defined and is not already there.
76 # Not adding it to CMake cache ensures that a later created sysbuild.conf
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst415 * :kconfig:option:`CONFIG_LWM2M_TLS_SESSION_CACHING` uses session cache when before falling back to…
490 When data cache is enabled for a resource, each write will create a timestamped entry in a cache,
494 Data cache is only supported for resources with a fixed data size.
505 Enable data cache by selecting :kconfig:option:`CONFIG_LWM2M_RESOURCE_DATA_CACHE_SUPPORT`.
507 enable the cache by calling :c:func:`lwm2m_enable_cache` for a given resource. Each resource
512 /* Allocate data cache storage */
514 /* Enable data cache */
518 LwM2M engine have room for four resources that have cache enabled. Limit can be increased by
531 Full content of data cache is written into a payload when any READ, SEND or NOTIFY operation
533 registered for a that resource are ignored when cache is enabled.
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c578 struct lwm2m_time_series_elem *cache; in cmd_cache() local
608 cache = k_malloc(sizeof(struct lwm2m_time_series_elem) * elems); in cmd_cache()
609 if (!cache) { in cmd_cache()
614 rc = lwm2m_enable_cache(&obj_path, cache, elems); in cmd_cache()
618 obj_path.res_inst_id, cache, elems, rc); in cmd_cache()
619 k_free(cache); in cmd_cache()
848 SHELL_CMD_ARG(cache, NULL, LWM2M_HELP_CACHE, cmd_cache, 3, 0),
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig41 # Force display buffers to be aligned to cache line size (32 bytes)
/Zephyr-latest/dts/x86/intel/
Dlakemont.dtsi18 d-cache-line-size = <64>;
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
DKconfig.defconfig37 default y if CPU_CORTEX_M7 # No cache memory support is required for driver
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
DKconfig.defconfig40 default y if CPU_CORTEX_M7 # No cache memory support is required for driver
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst17 - 16KB instruction cache and 16KB data cache.

12345678910>>...13