Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dtee_mm.c213 paddr_t offslo, paddr_t offshi) in fit_in_gap() argument
218 (offslo < e->next->offset + e->next->size)) || in fit_in_gap()
223 if (offslo < (e->offset + e->size) || in fit_in_gap()
236 paddr_t offslo; in tee_mm_alloc2() local
257 offslo = (base - pool->lo) >> pool->shift; in tee_mm_alloc2()
266 while (entry->next != NULL && offslo > entry->next->offset) in tee_mm_alloc2()
271 if (!fit_in_gap(pool, entry, offslo, offshi)) in tee_mm_alloc2()
276 mm->offset = offslo; in tee_mm_alloc2()
277 mm->size = offshi - offslo; in tee_mm_alloc2()