Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c287 int32_t found_region_id = -1; in s_find_available_region() local
291 found_region_id = i; in s_find_available_region()
296 return found_region_id; in s_find_available_region()
307 …int32_t found_region_id = s_find_available_region(s_mmu_ctx.mem_regions, s_mmu_ctx.num_regions, al… in esp_mmu_map_reserve_block_with_caps() local
308 if (found_region_id == -1) { in esp_mmu_map_reserve_block_with_caps()
313 laddr = (uint32_t)s_mmu_ctx.mem_regions[found_region_id].free_head; in esp_mmu_map_reserve_block_with_caps()
314 s_mmu_ctx.mem_regions[found_region_id].free_head += aligned_size; in esp_mmu_map_reserve_block_with_caps()
315 s_mmu_ctx.mem_regions[found_region_id].max_slot_size -= aligned_size; in esp_mmu_map_reserve_block_with_caps()
424 …int32_t found_region_id = s_find_available_region(s_mmu_ctx.mem_regions, s_mmu_ctx.num_regions, al… in esp_mmu_map() local
425 if (found_region_id == -1) { in esp_mmu_map()
[all …]