Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c72 uint32_t laddr_end; //linear address end of this block member
441 dummy_head->laddr_end = found_region->free_head; in esp_mmu_map()
451 dummy_tail->laddr_end = found_region->end; in esp_mmu_map()
499 uint32_t last_end = TAILQ_FIRST(&found_region->mem_block_head)->laddr_end; in esp_mmu_map()
518 last_end = mem_block->laddr_end; in esp_mmu_map()
529 new_block->laddr_end = new_block->laddr_start + aligned_size; in esp_mmu_map()
534 new_block->vaddr_end = mmu_ll_laddr_to_vaddr(new_block->laddr_end, MMU_VADDR_INSTRUCTION); in esp_mmu_map()
537 new_block->vaddr_end = mmu_ll_laddr_to_vaddr(new_block->laddr_end, MMU_VADDR_DATA); in esp_mmu_map()
607 …NEXT(mem_block, entries)->laddr_start - TAILQ_PREV(mem_block, mem_block_head_, entries)->laddr_end; in esp_mmu_unmap()