Home
last modified time | relevance | path

Searched refs:offshi (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
216 if (offshi > e->offset || in fit_in_gap()
219 (offshi << pool->shift) - 1 > pool->size) in fit_in_gap()
224 (e->next != NULL && (offshi > e->next->offset)) || in fit_in_gap()
225 (offshi << pool->shift) > pool->size) in fit_in_gap()
237 paddr_t offshi; in tee_mm_alloc2() local
258 offshi = ((base - pool->lo + size - 1) >> pool->shift) + 1; in tee_mm_alloc2()
263 offshi < entry->next->offset + entry->next->size) in tee_mm_alloc2()
271 if (!fit_in_gap(pool, entry, offslo, offshi)) in tee_mm_alloc2()
277 mm->size = offshi - offslo; in tee_mm_alloc2()