Home
last modified time | relevance | path

Searched refs:sys_cache_is_ptr_uncached (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/
Dcache.h482 static ALWAYS_INLINE bool sys_cache_is_ptr_uncached(void *ptr) in sys_cache_is_ptr_uncached() function
/Zephyr-Core-3.7.0/arch/xtensa/core/
Dptables.c256 if (sys_cache_is_ptr_uncached((void *)start)) { in map_memory()