Home
last modified time | relevance | path

Searched refs:cache (Results 51 – 75 of 319) sorted by relevance

12345678910>>...13

/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py219 cache = set()
223 cache.add(hash_file(path))
227 cache.add(hash_file(p_file))
233 if env.doxyrunner_cache.get(name) == cache:
237 env.doxyrunner_cache[name] = cache
/Zephyr-latest/subsys/usb/host/
DKconfig26 int "Memory used to cache device descriptors"
30 Memory used to cache device descriptors.
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dstm32f746g_disco.overlay14 cache-size = <256>;
Dstm32h750b_dk.overlay14 cache-size = <256>;
Dstm32h747i_disco_stm32h747xx_m7.overlay15 cache-size = <256>;
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
DKconfig59 bool "Code cache"
62 Enable code cache for FlexSPI region at boot. If this Kconfig is
/Zephyr-latest/arch/nios2/core/
DCMakeLists.txt13 cache.c
/Zephyr-latest/drivers/cache/
DCMakeLists.txt3 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/cache.h)
DKconfig.nxp_xcache5 bool "NXP external cache driver for xcache controller"
DKconfig.aspeed6 bool "ASPEED external cache driver"
/Zephyr-latest/subsys/settings/include/settings/
Dsettings_nvs.h45 } cache[CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE]; member
/Zephyr-latest/doc/develop/west/
Dalias.rst57 Override ``west update`` to check a local cache:
61 west config alias.update "update --path-cache $HOME/.cache/zephyrproject"
/Zephyr-latest/tests/subsys/logging/log_backend_fs/
Dautomount.overlay18 cache-size = <64>;
/Zephyr-latest/drivers/serial/
DKconfig.nrfx_uart_instance92 can be dedicated to an RX cache buffer.
95 int "TX cache buffer size"
99 For UARTE, TX cache buffer is used when provided TX buffer is not located
103 int "RX cache buffer size"
109 For UARTE, RX cache buffer is used when provided RX buffer is not located
/Zephyr-latest/samples/subsys/usb/mass/boards/
Dadafruit_feather_nrf52840_sense.overlay27 cache-size = <4096>;
Dnrf52840dk_nrf52840.overlay27 cache-size = <4096>;
Dnrf5340dk_nrf5340_cpuapp.overlay27 cache-size = <4096>;
/Zephyr-latest/tests/subsys/fs/ext2/boards/
Dnative_sim.overlay29 cache-size = <4096>;
/Zephyr-latest/drivers/disk/
Dflashdisk.c32 uint8_t *const cache; member
232 memcpy(buff, &ctx->cache[offset], len); in disk_flash_access_read()
267 if (flash_write(ctx->info.dev, ctx->cached_addr, ctx->cache, ctx->page_size) < 0) { in flashdisk_cache_commit()
298 rc = flash_read(ctx->info.dev, fl_addr, ctx->cache, ctx->page_size); in flashdisk_cache_load()
337 if (ctx->cache_dirty || memcmp(&ctx->cache[offset], buff, size)) { in flashdisk_cache_write()
339 memcpy(&ctx->cache[offset], buff, size); in flashdisk_cache_write()
490 .cache = flashdisk##n##_cache, \
/Zephyr-latest/boards/nxp/vmu_rt1170/
DKconfig.defconfig18 default y if CPU_CORTEX_M7 # No cache memory support is required for driver
/Zephyr-latest/boards/firefly/roc_rk3568_pc/
Droc_rk3568_pc_defconfig17 # ARMv8 NS world with cache management
/Zephyr-latest/tests/drivers/disk/disk_access/boards/
Dnative_sim_no_explicit_erase.overlay30 cache-size = <512>;
/Zephyr-latest/tests/subsys/fs/fat_fs_api/boards/
Dnative_sim.overlay30 cache-size = <4096>;
/Zephyr-latest/boards/native/native_sim/
Dirq_handler.c116 && (_kernel.ready_q.cache) && (_kernel.ready_q.cache != _current)) { in posix_irq_handler()
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig52 bool "Code cache"
55 Enable code cache for FlexSPI region at boot. If this Kconfig is

12345678910>>...13