/Zephyr-Core-3.7.0/tests/boards/intel_adsp/cache/src/ |
D | main.c | 13 uint32_t *cached, *uncached; in ZTEST() local 15 cached = (uint32_t *)LP_SRAM_BASE; in ZTEST() 16 uncached = sys_cache_uncached_ptr_get(cached); in ZTEST() 18 *cached = 42; in ZTEST() 22 zassert_equal(*cached, 42, NULL); in ZTEST() 28 zassert_equal(*cached, 42, NULL); in ZTEST() 36 zassert_equal(*cached, 80, NULL); in ZTEST() 39 *cached = 82; in ZTEST() 42 zassert_equal(*cached, 82, NULL); in ZTEST() 48 zassert_equal(*cached, 82, NULL); in ZTEST() [all …]
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | mem_manage.c | 16 uintptr_t cached = (uintptr_t)sys_cache_cached_ptr_get((void *)phys); in sys_mm_is_phys_addr_in_range() local 21 valid |= ((cached >= CONFIG_SRAM_BASE_ADDRESS) && in sys_mm_is_phys_addr_in_range() 22 (cached < (CONFIG_SRAM_BASE_ADDRESS + (CONFIG_SRAM_SIZE * 1024UL)))); in sys_mm_is_phys_addr_in_range() 32 uintptr_t cached = (uintptr_t)sys_cache_cached_ptr_get(virt); in sys_mm_is_virt_addr_in_range() local 37 valid |= ((cached >= CONFIG_KERNEL_VM_BASE) && in sys_mm_is_virt_addr_in_range() 38 (cached < (CONFIG_KERNEL_VM_BASE + CONFIG_KERNEL_VM_SIZE))); in sys_mm_is_virt_addr_in_range()
|
/Zephyr-Core-3.7.0/subsys/logging/ |
D | log_mgmt.c | 214 uint8_t *cached; in link_source_name_get() local 224 if (!log_cache_get(&sname_cache, id.raw, &cached)) { in link_source_name_get() 232 cached, &cache_size); in link_source_name_get() 237 log_cache_put(&sname_cache, cached); in link_source_name_get() 240 return (const char *)cached; in link_source_name_get() 263 uint8_t *cached; in link_domain_name_get() local 269 if (!log_cache_get(&dname_cache, id, &cached)) { in link_domain_name_get() 276 err = log_link_get_domain_name(link, rel_domain_id, cached, &cache_size); in link_domain_name_get() 278 log_cache_release(&dname_cache, cached); in link_domain_name_get() 282 log_cache_put(&dname_cache, cached); in link_domain_name_get() [all …]
|
/Zephyr-Core-3.7.0/soc/aspeed/ast10x0/ |
D | Kconfig | 22 The non-cached SRAM size in kB. The default value comes from reg[1] 29 The non-cached SRAM base address. The default value comes from
|
/Zephyr-Core-3.7.0/doc/develop/sca/ |
D | sparse.rst | 14 ``__cache`` used to identify pointers from the cached address range on the 15 Xtensa architecture. This helps identify cases where cached and uncached
|
/Zephyr-Core-3.7.0/tests/kernel/mp/ |
D | Kconfig | 6 # the shared variables in cached/incoherent memory.
|
/Zephyr-Core-3.7.0/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3_defconfig | 15 # Use no-cached memory for HAL
|
/Zephyr-Core-3.7.0/arch/common/ |
D | nocache.ld | 10 /* Non-cached region of RAM */
|
/Zephyr-Core-3.7.0/subsys/settings/src/ |
D | settings_nvs.c | 135 uint16_t cached = 0; in settings_nvs_load() local 148 cf->cache_total = cached; in settings_nvs_load() 201 cached++; in settings_nvs_load()
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1160_evk/ |
D | mimxrt1160_evk_mimxrt1166_cm4.dts | 19 * a memory region that is not cached by the chip. If the chosen
|
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk_mimxrt1176_cm4.dts | 19 * a memory region that is not cached by the chip. If the chosen
|
/Zephyr-Core-3.7.0/include/zephyr/linker/ |
D | section_tags.h | 61 #define __incoherent __in_section_unique(cached)
|
/Zephyr-Core-3.7.0/arch/xtensa/ |
D | Kconfig | 63 so that it can be seen in both (incoherent) cached mappings 72 Region Protection Option) contains the "cached" mapping. 215 bool "Map memory in cached and uncached region" 218 distinct region, cached and uncached.
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 389 /* This section is cached. By default it contains only declared 392 .cached SEGSTART_CACHED : { 394 *(.cached .cached.*) 444 /* Non-loadable sections below. Back to cached memory so
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 464 /* This section is cached. By default it contains only declared 467 .cached SEGSTART_CACHED : { 469 *(.cached .cached.*) 545 /* Non-loadable sections below. Back to cached memory so
|
/Zephyr-Core-3.7.0/arch/arc/ |
D | CMakeLists.txt | 17 # Instruct compiler to use proper register as cached thread pointer for thread local storage.
|
/Zephyr-Core-3.7.0/drivers/usb/udc/ |
D | Kconfig | 33 cannot handle buffers in cached memory.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_types.h | 78 struct pdu_data_llctrl_version_ind cached; member
|
D | ull_llcp_pdu.c | 289 p->version_number = conn->llcp.vex.cached.version_number; in llcp_ntf_encode_version_ind() 290 p->company_id = sys_cpu_to_le16(conn->llcp.vex.cached.company_id); in llcp_ntf_encode_version_ind() 291 p->sub_version_number = sys_cpu_to_le16(conn->llcp.vex.cached.sub_version_number); in llcp_ntf_encode_version_ind() 297 conn->llcp.vex.cached.version_number = pdu->llctrl.version_ind.version_number; in llcp_pdu_decode_version_ind() 298 conn->llcp.vex.cached.company_id = sys_le16_to_cpu(pdu->llctrl.version_ind.company_id); in llcp_pdu_decode_version_ind() 299 conn->llcp.vex.cached.sub_version_number = in llcp_pdu_decode_version_ind()
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | FindHostTools.cmake | 100 # Set cached ZEPHYR_TOOLCHAIN_VARIANT.
|
/Zephyr-Core-3.7.0/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 103 # Environment value is cached after it's retrieved. 184 # Environment is not cached when using MERGE. 329 # If an environment value wins, it is cached afterwards. 563 # If an environment value wins, it gets cached and promoted above snippets.
|
/Zephyr-Core-3.7.0/boards/nxp/frdm_k82f/ |
D | frdm_k82f.dts | 35 * a memory region that is not cached by the chip. If the chosen
|
/Zephyr-Core-3.7.0/boards/nxp/twr_ke18f/ |
D | twr_ke18f.dts | 43 * a memory region that is not cached by the chip. If the chosen
|
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 97 include_boilerplate("Zephyr base (cached)")
|
/Zephyr-Core-3.7.0/boards/nxp/rddrone_fmuk66/ |
D | rddrone_fmuk66.dts | 33 * a memory region that is not cached by the chip. If the chosen
|