Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_mem.c22 #define LLEXT_PAGE_SIZE CONFIG_MMU_PAGE_SIZE macro
25 #define LLEXT_PAGE_SIZE 32 macro
101 const uintptr_t sect_alloc = ROUND_UP(ldr->sects[mem_idx].sh_size, LLEXT_PAGE_SIZE); in llext_copy_section()
102 const uintptr_t sect_align = LLEXT_PAGE_SIZE; in llext_copy_section()
104 uintptr_t sect_alloc = LLEXT_PAGE_SIZE; in llext_copy_section()
185 size = ROUND_UP(ext->mem_size[mem_idx], LLEXT_PAGE_SIZE); in llext_adjust_mmu_permissions()
217 ROUND_UP(ext->mem_size[i], LLEXT_PAGE_SIZE), in llext_free_regions()