Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c500 size_t slot_len = 0; in esp_mmu_map() local
505 slot_len = mem_block->laddr_start - last_end; in esp_mmu_map()
508 if (slot_len >= aligned_size) { in esp_mmu_map()
512 slot_len -= aligned_size; in esp_mmu_map()
517 max_slot_len = (slot_len > max_slot_len) ? slot_len : max_slot_len; in esp_mmu_map()
588 size_t slot_len = 0; in esp_mmu_unmap() local
607slot_len = TAILQ_NEXT(mem_block, entries)->laddr_start - TAILQ_PREV(mem_block, mem_block_head_, en… in esp_mmu_unmap()
608 … region->max_slot_size = (slot_len > region->max_slot_size) ? slot_len : region->max_slot_size; in esp_mmu_unmap()