Home
last modified time | relevance | path

Searched refs:cache (Results 76 – 100 of 319) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/subsys/logging/log_backend_fs/boards/
Dmr_canhubk3.overlay18 cache-size = <64>;
Ds32z2xxdc2_s32z270_rtu0.overlay18 cache-size = <64>;
Ds32z2xxdc2_s32z270_rtu1.overlay18 cache-size = <64>;
Dnrf52840dk_nrf52840.overlay18 cache-size = <64>;
Dnative_sim.overlay18 cache-size = <64>;
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dstm32l562e_dk.overlay14 cache-size = <4096>;
Db_u585i_iot02a.overlay14 cache-size = <4096>;
Drak5010_nrf52840.overlay19 cache-size = <64>;
Dbmd_345_eval.overlay19 cache-size = <64>;
Dnrf52840dk_nrf52840_qspi.overlay19 cache-size = <64>;
Dnucleo_h7a3zi_q.overlay14 cache-size = <256>;
Dstm32f429i_disc1.overlay14 cache-size = <256>;
/Zephyr-latest/tests/lib/gui/lvgl/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay24 cache-size = <256>;
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_64.dts13 d-cache-line-size = <64>;
/Zephyr-latest/kernel/
Didle.c89 if (_kernel.ready_q.cache != _current) { in idle()
/Zephyr-latest/boards/firefly/roc_rk3568_pc/
Droc_rk3568_pc_rk3568_smp_defconfig17 # ARMv8 NS world with cache management
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpurad_defconfig23 # Enable cache
Dnrf54h20dk_nrf54h20_cpuapp_defconfig23 # Enable cache
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280_cpurad_defconfig23 # Enable cache
Dnrf9280pdk_nrf9280_cpuapp_defconfig23 # Enable cache
/Zephyr-latest/tests/drivers/disk/disk_access/boards/
Dnative_sim.overlay30 cache-size = <4096>;
/Zephyr-latest/subsys/bluetooth/mesh/
Dbeacon.c100 return !memcmp(beacon->cache, params->auth, sizeof(beacon->cache)); in beacon_cache_match()
105 memcpy(beacon->cache, auth, sizeof(beacon->cache)); in cache_add()
110 (void)memset(sub->secure_beacon.cache, 0, sizeof(sub->secure_beacon.cache)); in bt_mesh_beacon_cache_clear()
112 (void)memset(sub->priv_beacon.cache, 0, sizeof(sub->priv_beacon.cache)); in bt_mesh_beacon_cache_clear()
/Zephyr-latest/arch/arm/core/cortex_a_r/
DCMakeLists.txt25 zephyr_library_sources_ifdef(CONFIG_ARCH_CACHE cache.c)
/Zephyr-latest/boards/common/
Desp32.board.cmake9 board_runner_args(openocd --gdb-init "maintenance flush register-cache")
/Zephyr-latest/arch/
DKconfig414 transfers when cache coherence issues are not optimal or can not
415 be solved using cache maintenance operations.
825 This hidden configuration should be selected when the CPU has a d-cache.
831 incoherent cache. This applies to intra-CPU multiprocessing
837 This hidden configuration should be selected when the CPU has an i-cache.
1016 bool "Data cache (d-cache) support"
1020 This option enables the support for the data cache (d-cache).
1023 bool "Instruction cache (i-cache) support"
1027 This option enables the support for the instruction cache (i-cache).
1044 This option enables the cache management functions backed by arch or
[all …]

12345678910>>...13