Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/arch/xtensa/core/
Dmem_manage.c16 uintptr_t cached = (uintptr_t)sys_cache_cached_ptr_get((void *)phys); in sys_mm_is_phys_addr_in_range() local
32 uintptr_t cached = (uintptr_t)sys_cache_cached_ptr_get(virt); in sys_mm_is_virt_addr_in_range() local
/Zephyr-Core-3.6.0/tests/boards/intel_adsp/cache/src/
Dmain.c13 uint32_t *cached, *uncached; in ZTEST() local
/Zephyr-Core-3.6.0/subsys/logging/
Dlog_mgmt.c214 uint8_t *cached; in link_source_name_get() local
263 uint8_t *cached; in link_domain_name_get() local
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h78 struct pdu_data_llctrl_version_ind cached; member