Searched refs:map_memory_range (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | ptables.c | 216 static void map_memory_range(const uint32_t start, const uint32_t end, in map_memory_range() function 258 map_memory_range(start, end, uc_attrs); in map_memory() 260 map_memory_range(POINTER_TO_UINT(sys_cache_cached_ptr_get((void *)start)), in map_memory() 263 map_memory_range(start, end, c_attrs); in map_memory() 265 map_memory_range(POINTER_TO_UINT(sys_cache_uncached_ptr_get((void *)start)), in map_memory() 270 map_memory_range(start, end, attrs); in map_memory() 304 map_memory_range((uint32_t) &l1_page_table[0], in xtensa_init_page_tables() 307 map_memory_range((uint32_t) &l2_page_tables[0], in xtensa_init_page_tables()
|