Home
last modified time | relevance | path

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

/arch/xtensa/core/
A Dptables.c205 static void map_memory_range(const uint32_t start, const uint32_t end, in map_memory_range() function
247 map_memory_range(start, end, uc_attrs); in map_memory()
249 map_memory_range(POINTER_TO_UINT(sys_cache_cached_ptr_get((void *)start)), in map_memory()
252 map_memory_range(start, end, c_attrs); in map_memory()
254 map_memory_range(POINTER_TO_UINT(sys_cache_uncached_ptr_get((void *)start)), in map_memory()
259 map_memory_range(start, end, attrs); in map_memory()
293 map_memory_range((uint32_t) &l1_page_table[0], in xtensa_init_page_tables()
296 map_memory_range((uint32_t) &l2_page_tables[0], in xtensa_init_page_tables()

Completed in 4 milliseconds