Searched refs:found_region (Results 1 – 1 of 1) sorted by relevance
431 mem_region_t *found_region = &s_mmu_ctx.mem_regions[found_region_id]; in esp_mmu_map() local436 if (TAILQ_EMPTY(&found_region->mem_block_head)) { in esp_mmu_map()440 dummy_head->laddr_start = found_region->free_head; in esp_mmu_map()441 dummy_head->laddr_end = found_region->free_head; in esp_mmu_map()445 TAILQ_INSERT_HEAD(&found_region->mem_block_head, dummy_head, entries); in esp_mmu_map()450 dummy_tail->laddr_start = found_region->end; in esp_mmu_map()451 dummy_tail->laddr_end = found_region->end; in esp_mmu_map()455 TAILQ_INSERT_TAIL(&found_region->mem_block_head, dummy_tail, entries); in esp_mmu_map()466 TAILQ_FOREACH(mem_block, &found_region->mem_block_head, entries) { in esp_mmu_map()499 uint32_t last_end = TAILQ_FIRST(&found_region->mem_block_head)->laddr_end; in esp_mmu_map()[all …]