Lines Matching refs:mem
74 ext->mem[mem_idx] = llext_peek(ldr, ldr->sects[mem_idx].sh_offset); in llext_copy_section()
75 if (ext->mem[mem_idx]) { in llext_copy_section()
76 llext_init_mem_part(ext, mem_idx, (uintptr_t)ext->mem[mem_idx], in llext_copy_section()
86 ext->mem[mem_idx] = NULL; in llext_copy_section()
112 ext->mem[mem_idx] = llext_aligned_alloc(sect_align, sect_alloc); in llext_copy_section()
113 if (!ext->mem[mem_idx]) { in llext_copy_section()
119 llext_init_mem_part(ext, mem_idx, (uintptr_t)ext->mem[mem_idx], in llext_copy_section()
123 memset(ext->mem[mem_idx], 0, ldr->sects[mem_idx].sh_size); in llext_copy_section()
130 ret = llext_read(ldr, ext->mem[mem_idx], ldr->sects[mem_idx].sh_size); in llext_copy_section()
141 llext_free(ext->mem[mem_idx]); in llext_copy_section()
142 ext->mem[mem_idx] = NULL; in llext_copy_section()
162 if (ext->mem[mem_idx]) { in llext_copy_regions()
184 addr = ext->mem[mem_idx]; in llext_adjust_mmu_permissions()
216 k_mem_update_flags(ext->mem[i], in llext_free_regions()
223 llext_free(ext->mem[i]); in llext_free_regions()
224 ext->mem[i] = NULL; in llext_free_regions()